jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

Don't point to minified version from Bower file #49

Closed simison closed 8 years ago

simison commented 8 years ago

https://github.com/bower/spec/blob/master/json.md#main

Do not include minified files.

http://stackoverflow.com/questions/24852850/why-is-bower-recommending-to-ignore-minified-source-file

;-)

People using main key are likely using also their own build processes / minify JS on their own.

jameskleeh commented 8 years ago

Your bower-foo is stronger than mine. Thanks!