Replies: 1 comment
-
you need to monitor the changes in your CSS and JS yourself, and then call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is my current configuration:
Using "browser-sync": "^3.0.2" and "npm-run-all": "^4.1.5"
My problem is that it works for js and php, but not for css. It always worked, it's a configuration I just copy from project to project, which essentially are always the same wordpress module made 100% custom by me.
Browser Sync properly recognize css changes:
[Browsersync] File event [change] : style.css
But under
http://localhost:3000/
doesn't refresh. The issue is only for css files. Paths are correct.Any idea?
Beta Was this translation helpful? Give feedback.
All reactions