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

Deprecate gulp workflow #192

Open fesor opened 7 years ago

fesor commented 7 years ago

Currently gulp is only used to start webpack or browserify and some not scalable script for components boilerplate (which could be replaced with more specialized tools like plop #191 )

We already have npm scripts which hides gulp operations from us. So why do we need gulp anyway?