erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.9k stars 851 forks source link

Enhancement Request - Remove minified versions from bower.json main #132

Open fincher64 opened 8 years ago

fincher64 commented 8 years ago

This is a great library! I think however there's no need to include the minified versions of the scripts and the styles in the main object of the bower.json file. For instance, if a user wants to concat all the bower dependencies of a project in a single file (using tools like wiredep), both files will be included, which is really unnecessary.

randycasburn commented 8 years ago

+1 - in addition, it has become pretty standard to underscore each .scss file. This allows the sass preprocessor to ignore them unless they are explicitly included. Without the underscore as the first character of the name, most builders will automatically include the file. That would be undesirable.