-
Notifications
You must be signed in to change notification settings - Fork 680
Compilation not occurring upon change in html sub directory #544
Comments
Did you ever figure out the issue? |
Sorry for keeping you waiting so so long @jakefleming! @xavianaxw are you having this problem as well? |
@olets yeah it happens for my stylesheets as well |
@xavianaxw html and stylesheets, that sounds like some bigger problem. Might deserve its own issue but for now:
|
The stylesheet gets updated once in a while. Sometimes it just gets skipped. Not too sure how to replicate this though |
Saving |
Sorry, this was so long ago that I have no idea if this still happens in whatever project I was trying to use it on! Good luck @xavianaxw |
Thanks for the info @xavianaxw. I haven't dug in yet. Is it possible this is tied to #561? |
I think it's not a similar case but from what is stated on #561 browser sync could be acting up or something. |
I've got a sub directory: "src/html/apps/"
When a change is made in the html file within the "apps" directory, browsersync acts like it detected the change and refreshes, but the changes have not actually been compiled and built.
For example, if I change some text from "foo" to "bar" the page will refresh like the change was detected...so you'd expect to now see "bar" where "foo" used to be, but "foo" is still there. The changes are not reflected.
Changes at the root level of the html folder still work as expected.
Happy to provide more information!
The text was updated successfully, but these errors were encountered: