Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Npm start not watching css modifications #1064

Closed
MarineLB opened this issue Sep 4, 2017 · 2 comments
Closed

Npm start not watching css modifications #1064

MarineLB opened this issue Sep 4, 2017 · 2 comments

Comments

@MarineLB
Copy link

MarineLB commented Sep 4, 2017

Hi,
Now that FoundationPress files are compiled via npm start instead of npm run watch, my app.css file is not being compiled automatically, I need to run npm start everytime I make a modification.

Is this normal ?

@olefredrik
Copy link
Owner

@MarineLB Sorry I'm not sure if I understand your question? npm start does the same as npm run watch used to do. When it's running as a background task, your app.css should be compiled every time you make a change. The npm start command will run as a background task until you kill it manually. What am I misunderstanding here?

@MarineLB
Copy link
Author

MarineLB commented Sep 6, 2017

My bad, I was changing files insite node_modules/foundation-sites.
It does work like npm run watch for app.css !

@MarineLB MarineLB closed this as completed Sep 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants