From ed65878e175064cf6a110925298b24d110c0dccb Mon Sep 17 00:00:00 2001 From: Sten Muchow Date: Mon, 8 Jun 2015 12:17:30 +0100 Subject: [PATCH] Updated bower.json to only include one css file If both css and min.css are in the main array, build tools such as wiredep will add both file to the index.html. Better to include just one. --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index a73709f..0d85c70 100755 --- a/bower.json +++ b/bower.json @@ -12,7 +12,6 @@ "license": "MIT", "main": [ "./css/weather-icons.css", - "./css/weather-icons.min.css", "./weather-icons/weather-icons.less", "./fonts/*" ],