calebds / healthy-gulp-angular

A starting point for Gulp + Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup without bower

victorbadic opened this issue · comments

Hi.
Could you please make a setup without bower? I would like to use only npm.
Or could you please tell me what I need to change in gulpfile.js so that the packages are taken from node_modules instead of bower_components?
I'm pretty green when it comes to gulp.

Thank you

Why would you actually want that? Now all dependencies are added automatically. If you add to npm, you have to specify a list somewhere where you tell which dependencies are frontend, and which are for the build process.

Doesn't sound like a good idea to me...

I wanted that because of the articles I've been reading lately. I've just switched from back end dev to front end dev and I found things to be a little overwhelming. Most of the articles I read were recommending to use only npm packages and gulp.
I managed to get everything working with your seed, though.

I'm not the maintainer of the project, I was just curious ;-) So how do you separate gulp plugins and front end dependencies?