2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-12-15 21:54:57 -07:00

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.
This commit is contained in:
Sten Muchow 2015-06-08 12:17:30 +01:00
parent dfd7a3c844
commit ed65878e17

View File

@ -12,7 +12,6 @@
"license": "MIT",
"main": [
"./css/weather-icons.css",
"./css/weather-icons.min.css",
"./weather-icons/weather-icons.less",
"./fonts/*"
],