We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.