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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
@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?
Hi,
Now that FoundationPress files are compiled via
npm start
instead ofnpm run watch
, myapp.css
file is not being compiled automatically, I need to runnpm start
everytime I make a modification.Is this normal ?
The text was updated successfully, but these errors were encountered: