|
|
|
|
|
by dwoot
4330 days ago
|
|
WSK left it out on purpose because it doesn't want to dictate how you manage dependencies or module loading. I don't use Bower. I build AngularJS applications and I prefer CommonJS over AMD, where I use Browserify for Node-like requires. Browserify allows me to use npm modules on the client-side as well, which eliminates my use of Bower completely. |
|