This is a variation on Web Project Template for WebGL.
npm install
gulp
// or
npm start
- compiles
index.hbstoindex.htmlfor development - compiles runtime
.hbsfiles to.js - compiles
.scssto nested.css - runs watchers for changes to above files
- serves the public folder with BrowserSync and injects CSS or reloads on HTML / JS changes
gulp --dist
// or
npm run build
- compiles
index.hbstoindex.htmlfor production - compiles runtime
.hbsfiles to.js - compiles
.scssto compressed.css - compiles all Javascript to
main.min.js