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

feat(npm-scripts): create npm scripts to replace gulp tasks #181

Closed scragg0x closed 7 years ago

scragg0x commented 7 years ago

Move babel config in package.json Use npm scripts to drop global npm package dependencies Updated README.md to reflect changes

fesor commented 7 years ago

👍 this could be useful if we want to get rid of gulp.

scragg0x commented 7 years ago

It could. The main win from this PR is to get rid of the global dependencies that might potentially conflict with other projects and also make a central entry point (npm run) for tasks.