-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add poll based file change detection as fallback #6849
Comments
bep
changed the title
Data in /static/style.css isn't included in reloads when running virtual dev environment
Add poll based file change detection as fallback
Feb 4, 2020
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 4, 2021
This was referenced Jul 5, 2021
This was referenced Jul 16, 2021
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes, this is the latest.
The issue - virtual dev environment doesn't seem to take /static/style.css into account on reloads
hugo server -D
I use the virtual environment a lot (it's great!), but I've noticed that the styles I add to my static.css file are missing when the site reloads on saving a file. The process must be skipping over them somehow. I can force them to be included by saving static.css - the system must include it since it's a marked file at that point. Otherwise, my styles disappear.
This isn't a huge deal, but it's kind of a pain to have to save my changes and then re-save static.css again. If someone could look into this, I'd really appreciate it.
The text was updated successfully, but these errors were encountered: