tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.6k stars 193 forks source link

re-enable CJS tests #377

Open stefanpenner opened 9 years ago

stefanpenner commented 9 years ago

disabled because the CJS tests where leaking into the AMD tests, causing mega grief. The build tooling is hard to parse, and the critical path for ember.js has been satisfied.

At some point we should fix up the build tooling and restore these tests.