You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: