-
Notifications
You must be signed in to change notification settings - Fork 1
bower vs npm
Sébastien LUCAS edited this page Jan 13, 2016
·
2 revisions
npm + browserify / vs bower
- each dependency have it's sub dependency regardless of if other have (good to prevent conflicted use...
- http://browserify.org/ needed to work (this allow to do require in the browser)
- simplicity