swimlane / angular1-systemjs-seed

AngularJS 1.x + SystemJS Seed
MIT License
210 stars 40 forks source link

Unable to run gulp serve watch #46

Closed cusxio closed 9 years ago

cusxio commented 9 years ago

https://github.com/Swimlane/angular-systemjs-seed/blob/master/build/tasks/watch.js#L9

There is no build-dev task in your gulpfile, hence gulp task such as watch or serve will fail.

How can I actually get this up and running?

amcdnl commented 9 years ago

Fixed