- Download/clone the repository from Github.
- Run
npm installto install dependencies. - Run
npm run watchto watch files for changes and run tasks accordingly.
Use npm config to configure these variables:
The directory to build files to.
Defaults to ../application/public.
npm run watch
Build once, then keep watching for changes and build when necessary.
npm run build
Build css, javascript, images and fonts once.
npm run build:css
Build css once.
npm run build:js
Build javascript once.
npm run build:img
Build images once.
npm run build:fonts
Build fonts once.