mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-12-16 06:04: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:
parent
dfd7a3c844
commit
ed65878e17
@ -12,7 +12,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": [
|
"main": [
|
||||||
"./css/weather-icons.css",
|
"./css/weather-icons.css",
|
||||||
"./css/weather-icons.min.css",
|
|
||||||
"./weather-icons/weather-icons.less",
|
"./weather-icons/weather-icons.less",
|
||||||
"./fonts/*"
|
"./fonts/*"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user