angular1-systemjs-seed icon indicating copy to clipboard operation
angular1-systemjs-seed copied to clipboard

AngularJS 1.x + SystemJS Seed

Results 17 angular1-systemjs-seed issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

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...

bug

Source maps are pointing to the wrong source on a bundle build.

bug

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

enhancement

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...

enhancement

https://www.npmjs.com/package/gulp-minify-html is deprecated, use https://github.com/jonschlinkert/gulp-htmlmin instead

bug

Example setup for: https://github.com/capaj/systemjs-hot-reloader

enhancement