8000 "user.css" gets overwritten on updates. · Issue #1999 · comfyanonymous/ComfyUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

"user.css" gets overwritten on updates. #1999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Monty1836 opened this issue Nov 18, 2023 · 2 comments · Fixed by Comfy-Org/ComfyUI_frontend#3952
Closed

"user.css" gets overwritten on updates. #1999

Monty1836 opened this issue Nov 18, 2023 · 2 comments · Fixed by Comfy-Org/ComfyUI_frontend#3952

Comments

@Monty1836
Copy link

As stated in the title, any changes made to user.css get reverted back to the default file when updating. Unfortunately, this renders the file mostly useless, unless you want to manually copy over changes after every update. Even marking the file as read only doesn't work to make the changes stick.

@gmorks
Copy link
gmorks commented Dec 5, 2023

bumping this, Please add user.css to the gitignore

@asbytes
Copy link
asbytes commented Feb 10, 2024

The solution can be this:

cd your_comfyui_dir
git update-index --skip-worktree web/user.css

Found it here: https://stackoverflow.com/questions/4348590/how-can-i-make-git-ignore-future-revisions-to-a-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0