Blog post about this repo: https://60devs.com/optimizing--default-jspm-workflow-with-gulp-and-nginx.html
Requires nginx
, realpath
.
- Clone the repository
npm install
To start/stop the nginx (su):
./bin/stop.sh
./bin/start.sh
To run a development version (not-minified, files loaded in runtime):
gulp
and open https://localhost:8080/
To build a production-ready version:
gulp build
and open https://localhost:8080/
Ember version: 2.0.0
JSPM: ^0.15.7
Build system: gulp ^3.9.0
Transpiler: babel