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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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