Skip to content

Package.json

Marie-Louise edited this page Aug 21, 2018 · 2 revisions

These are the commands used to compile sass and js

$ npm run build:all

to watch SASS files

$ npm run watch:sass

to watch JavaScript files

$ npm run watch:js

NOTE: when watching JavaScript files always, add

console.log('<hello>')

to make sure that the file is being compiled

Clone this wiki locally