es6-jspm-gulp-boilerplate
es6-jspm-gulp-boilerplate copied to clipboard
Boilerplate for ES6+ apps using JSPM & Gulp
Hey @alexweber, first of all, thanks for such a wonderful boilerplate code for es6. Can you add this step in **Usage** section of readme. 1. Install `jspm` globally by running...
I see `"pixi.js": "npm:[email protected]",` in the `config.js`. Shouldn't it be here?
Would integration of https://github.com/mobilexag/plugin-sass be an idea? It's in the jspm-registry.
Great boilerplate! I get an error in the chrome console: 'Potentially unhandled rejection [5] Uncaught Uncaught ReferenceError: require is not defined. This happens in browser.js (http://myapp.domain/lib/npm/[email protected]/browser.js). I also get it...
Currently being kept in `src/lib`, perhaps it's better off outside the `src` dir.
Currently being kept in `src/css`, not really sure what would be better.
- Fixed warning while running unit tests - Changed browser launcher to PhantomJS - Updated package dependencies