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

Problem on bower install

waganse opened this issue · comments

I tried to use ect for my client html pages.
After "bower install ect", there will be coffie-script.js which depends on "require()".
The browser says "Uncaught ReferenceError: require is not defined".

If I replace coffee-script.js to the one introduced in README.md, and it worked!
Would you solve this? Or any alernative solution?