-
Notifications
You must be signed in to change notification settings - Fork 63
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
Stop ignoring changed CSS files #40
Comments
how did you get sass compiled? just trying to figure out how to get livereload and sass file support |
@morenoh149 hey sorry I never saw this, you probably figured it out by now. I just have watch running in another terminal what I would expect is sass recompiles and livereload catches the change in css, but it still just ignores it. |
Isn't it a check to forbid too many reloads? https://github.com/tjwalch/django-livereload-server/blob/master/livereload/handlers.py#L79 |
I was using node for building the tailwindcss anyway so I ended up using node's livereload server as a temporary solution. |
Congratulations to the developers for the initiative I saw that this topic has been closed for some time, I've been testing livereload since yesterday and it works well for practically all files, but not with .css extensions. Anyone working on this? When running livereload indicating the css files directory, the first time it ignores it and then does not display any message
When running livereload without indicating the css files directory, it monitors the changes but does not send the reload command to the browser
Is this a common problem, or does it depend on the settings of other extensions / operating system / vscode version / default browser? |
Thank you for work on this tool, sorry if I'm overlooking something completely obvious. It works and reloads as expected at first, and then as I'm working and changing my css, I get this last output and have to manually refresh the browser:
I tried running with
./manage.py livereload human_resources/static/css
to make sure it's watching that static folder but the same thing happens. (also tried with the full path)The entire reason I'm running livereload is to reload when my static files change... I'm not sure how to tell it to stop ignoring them?
The text was updated successfully, but these errors were encountered: