baryshev / ect

Fastest JavaScript template engine with embedded CoffeeScript syntax

Home Page:http://ectjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bower install should include unminified ect.js

TrevorBurnham opened this issue · comments

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.

Fixed. Thanks!

Great, thanks for fixing!