angular1-systemjs-seed
angular1-systemjs-seed copied to clipboard
AngularJS 1.x + SystemJS Seed
I am facing following issue and am not sure how to fix it: https://github.com/ocombe/ocLazyLoad/issues/361
### Problem After `npm install` on a fresh clone, running `npm start` throws this error: ``` bash > [email protected] start /Users/clutch/Workspace/angular1-systemjs-seed > gulp watch serve module.js:341 throw err; ^ Error:...
Are there any plans to upgrade this seed project to use Angularjs2.0 instead. Can you refer me to some place where I could find similar implementation using AngularJS2.0
Hey - awesome demo here. But unfortunately the tests are not working for me. I did the usual npm install & jspm install. Ran gulp tests and I got the...
Source maps are pointing to the wrong source on a bundle build.
Implement a better browser watch system that doesn't refresh the page w/ just css changes and such. See @brianfeister example https://github.com/brianfeister/angular-systemjs-seed/blob/master/gulpfile.js for ideas
What sort of workflow are you planning for `gulp release`? When I think of a release, I think of an artifact that is built that can be distributed to my...
https://www.npmjs.com/package/gulp-minify-html is deprecated, use https://github.com/jonschlinkert/gulp-htmlmin instead