laktek / really-simple-color-picker

Simple Color Picker written in jQuery.
http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery
MIT License
179 stars 65 forks source link

Adding bower.json so wiredep can properly inject files when installing through bower #28

Closed mduleone closed 9 years ago

mduleone commented 9 years ago

Adding bower.json and rearranging file structure so bower.json and wiredep can point to the appropriate places and properly inject the appropriate files. Might want to consider adding a version number to bower.json going forward.

mduleone commented 9 years ago

Please accept this pull request ASAP. I love really-simple-color-picker, but without these modifications it's a nuisance to deploy it through bower and use grunt-wiredep to inject it in to a project consistently.

laktek commented 9 years ago

Thanks @mduleone for this!