npm install -g gulp bower jest-cli browserify
./frontendbuild.sh
npm test
Jest requires Node v0.10 😑. Tests are located in __test__
directories in src
.
First, set up DevDash. You may use the following commands:
gulp build
to process source files and dump them intodist/
for production.gulp build --watch
to monitor JS/Less files and build when changed.
- Run
gulp
to run tests and build everything.