You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update the css of a page I have in pages/directory/*.jsx, it seems like when the watcher updates it cannot find the css file associated with the page and thus just display plain HTML.
I'm not sure what exactly in the gulp:watch task/browsersync setting needs to be edited, as I thought the middleware provided was supposed to solve this issue.
pls help
perhaps the comments in #6 by dkimbell13 are pertinent?
The text was updated successfully, but these errors were encountered:
Okay, so it looks like the gulp styles looks for the css file in the path that the file is in, in this case /directory/.css, when it's actually in /css/.css after a page reload.
When I update the css of a page I have in pages/directory/*.jsx, it seems like when the watcher updates it cannot find the css file associated with the page and thus just display plain HTML.
I'm not sure what exactly in the gulp:watch task/browsersync setting needs to be edited, as I thought the middleware provided was supposed to solve this issue.
pls help
perhaps the comments in #6 by dkimbell13 are pertinent?
The text was updated successfully, but these errors were encountered: