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
"watch-css": "nodemon --ignore ./public/ -e css --exec 'npm run build-css'",
We're (optionally) using both nodemon and watchify during local development to monitor JS and CSS sources for changes, and rebuild automatically.
Can we simplify dependencies a bit by using just one of them for both types of assets; or by switching to a different module that is more generic and can detect changes to any source file?
ash-nazg/package.json
Lines 6 to 12 in fc19443
We're (optionally) using both
nodemon
andwatchify
during local development to monitor JS and CSS sources for changes, and rebuild automatically.Can we simplify dependencies a bit by using just one of them for both types of assets; or by switching to a different module that is more generic and can detect changes to any source file?
cf w3c/midgard#25
The text was updated successfully, but these errors were encountered: