Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup without bower #12

Open
victorbadic opened this issue Sep 28, 2016 · 3 comments
Open

Setup without bower #12

victorbadic opened this issue Sep 28, 2016 · 3 comments

Comments

@victorbadic
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants