PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

gulb don't work #128

Closed jensklose closed 8 years ago

jensklose commented 8 years ago

I use your documentation and run in:

    NG6-starter (master) $ gulp
    [22:42:06] No gulpfile found

Why don't you kick gulp and migrating all to npm scripts?

fesor commented 8 years ago

Hi, @jensklose

No gulpfile found

Please provide your gulp version. It look's like it doesn't try to load gulpfile.babel.js.

Why don't you kick gulp and migrating all to npm scripts?

NPM scripts are great for dealing with simple routine, but:

This is two main reasons why we are using gulp. Personally I also use gulp for build and deploy tasks. I could use bash for it, but I just don't want to.

I more like the idea of creating yoman generator from this starter. This would allow users to chose.

jensklose commented 8 years ago

Ok, thx. node_modules/.bin/gulp does the work. This could be put in an npm start script.

I don't update and deal with the globals. ;)