victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
381 stars 138 forks source link

bower.json doesn't create required script and style sheets reference in the index #22

Open thierryx96 opened 9 years ago

thierryx96 commented 9 years ago

When integrating the plugin (which is awesome btw) in a bower managed project, the references are not automatically added in my index.html. Workaround on my side (for fontawesome only) is adding this to the project's bower.json :

  "main": [
    "bootstrap-iconpicker/js/bootstrap-iconpicker.js",
    "bootstrap-iconpicker/js/iconset/iconset-fontawesome-4.2.0.js",
    "bootstrap-iconpicker/css/bootstrap-iconpicker.css"
  ]