ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

Bower: mark unminified source as main sources #54

Closed Frank3K closed 8 years ago

Frank3K commented 8 years ago

In bower.json it is common to mark the unminified sources as main entries. See for example bower-material and bower-angular.

This way plugins like bower-main-files pick up the unminified sources, which can be useful for debugging. It is a common workflow to bundle all external plugins into a single vendor.js, which can be minified at once.

ruhley commented 8 years ago

Fixed in commit f3325b075ad791f59128879c98f6a3060aa43710 and release in v1.0.1