Skip to content

Commit

Permalink
Add css file to bower main
Browse files Browse the repository at this point in the history
The css file is required for proper alignment.
Tools such as Wiredep aren't picking up the css file as a dependency.
This is resolved by adding the css to the main file list in bower.json.
  • Loading branch information
JSMike authored and Michael committed Sep 13, 2015
1 parent 57a3fc3 commit a902adc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"Urmil Parikh <urmil@klarsys.com>"
],
"description": "AngularJS directive to use Material Design icons with custom fill color and size.",
"main": "angular-material-icons.min.js",
"main": [
"angular-material-icons.min.js",
"angular-material-icons.css"
],
"keywords": [
"angular",
"material",
Expand Down

0 comments on commit a902adc

Please sign in to comment.