canjs / can-ejs

The EJS templates on their own
https://canjs.com/doc/can-ejs.html
MIT License
4 stars 3 forks source link

make steal-ejs work again #43

Closed pYr0x closed 7 years ago

pYr0x commented 7 years ago

someone issued a file on stealjs and though stealjs has a bug with the ext config https://github.com/stealjs/steal/issues/426#issuecomment-326804512

the problem is, that can-ejs has currently no proper steal config.

this PR adds a plugin config and the correct path to the translate hook for stealjs.

maybe we should extract steal-ejs.js from this repo and create a new one on the steal organization.

blocked https://github.com/canjs/can-legacy-view-helpers/pull/20

cc @matthewp @phillipskevin

matthewp commented 7 years ago

Looks good, thanks!