calebds / healthy-gulp-angular

A starting point for Gulp + Angular
187 stars 97 forks source link

Setup without bower #12

Open victorbadic opened 8 years ago

victorbadic commented 8 years ago

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

BernhardBln commented 7 years ago

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...

victorbadic commented 7 years ago

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.

BernhardBln commented 7 years ago

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