baryshev / ect

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

Problem on bower install #94

Open waganse opened 9 years ago

waganse commented 9 years ago

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?