(no title)
Killswitch | 10 years ago
bower install lodash => bower_components/lodash/dist/lodash.min.js
npm install lodash => node_modules/lodash/dist/lodash.min.js
Only difference there is you use `node_modules` instead of `bower_components` for root directory.
endemic|10 years ago