Skip to content
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

Closed
aormsby opened this issue Feb 4, 2020 · 2 comments
Closed

Add poll based file change detection as fallback #6849

aormsby opened this issue Feb 4, 2020 · 2 comments
Assignees
Milestone

Comments

@aormsby
Copy link

aormsby commented Feb 4, 2020

What version of Hugo are you using (hugo version)?

v0.63.2

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.

@bep
Copy link
Member

bep commented Feb 4, 2020

fsnotify/fsnotify#9

@bep 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 bep added this to the v0.66 milestone Feb 4, 2020
@bep bep modified the milestones: v0.66, v0.67 Mar 2, 2020
@bep bep modified the milestones: v0.67, v0.68 Mar 9, 2020
@bep bep modified the milestones: v0.68, v0.69 Mar 20, 2020
@bep bep modified the milestones: v0.69, v0.70 Apr 8, 2020
@bep bep modified the milestones: v0.70, v0.71 Apr 28, 2020
@bep bep modified the milestones: v0.71, v0.72 May 18, 2020
@bep bep modified the milestones: v0.72, v0.73 May 31, 2020
@bep bep modified the milestones: v0.73, v0.74 Jun 23, 2020
@bep bep modified the milestones: v0.74, v0.75 Jul 13, 2020
@bep bep modified the milestones: v0.75, v0.76 Sep 14, 2020
@bep bep modified the milestones: v0.76, v0.77 Oct 6, 2020
@bep bep modified the milestones: v0.77, v0.78 Oct 30, 2020
@bep bep modified the milestones: v0.78, v0.83 Apr 23, 2021
@bep bep removed this from the v0.83 milestone May 3, 2021
@bep bep modified the milestones: v0.84, v0.85 Jun 18, 2021
@bep bep added the Enhancement label Jul 3, 2021
@bep bep self-assigned this Jul 3, 2021
@bep bep closed this as completed in 24ce98b Jul 4, 2021
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants