Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Or you know like @Artemix said just use the CDN that millions of users already have cached in their browsers....
-
ismaelga228y@Paralax where have you been? npm works fine for frontend nowadays. I think bower is actually dying
-
ismaelga228y@Paralax yes it is. New versions of npm does flat dependencies (the reason to use bower in the past). I'm not sure but if you check some bootstrap/starter-kit repos for React you see npm is used and not bower. Probably the same for angular ones
-
ismaelga228y@easy I played with it a bit. I think there are still some bugs in place and missing features like local dependencies or git dependencies. Highly recommend it, when those things are sorted out
Related Rants
brew install node
npm install bower
bower install jquery
undefined
wk30