baryshev / ect

Fastest JavaScript template engine with embedded CoffeeScript syntax
http://ectjs.com
MIT License
627 stars 70 forks source link

Bower install should include unminified ect.js #72

Closed TrevorBurnham closed 10 years ago

TrevorBurnham commented 10 years ago

Currently, running "bower install ect" only gives you ect.min.js and ect.min.map, with ect.min.js specified as main. This violates the bower.json spec, which specifies for the main field:

Do not include minified files.

baryshev commented 10 years ago

Fixed. Thanks!

TrevorBurnham commented 10 years ago

Great, thanks for fixing!