From a902adc81906328e74099af5bbef04e52837ff2f Mon Sep 17 00:00:00 2001 From: Mike Cebrian Date: Sun, 13 Sep 2015 18:22:05 -0400 Subject: [PATCH] Add css file to bower main 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. --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 799a928..46c80b3 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,10 @@ "Urmil Parikh " ], "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",