bower
bower copied to clipboard
Possible Readme/Wiki update
Just a tip you may want on the readme/wiki - Make sure that the packages "main" defined in their bower.json file then to specifically call each file required.
// e.g. in components/boostrapforember/dist/js/bs-core.min.js
//= require boostrapforember/dist/js/bs-core-min.js
Upon review I see that a possible reason they don't declare main in the package is that you can only have one javascript file and one css file. I read this in the Bower discussion in the Sprockets thing:
https://github.com/sstephenson/sprockets/pull/358