estools/estemplate

Sample code does not work with gulp-wrap-js

tschoartschi opened this issue · 1 comments

Hey!

Just wanted to leave a note, that the example:
define(function () { console.time('Module'); %= body %; console.timeEnd('Module'); });
does not work in conjunction with gulp-wrap-js. When I change the code to:
define(function () { console.time('Module'); {%= body %}; console.timeEnd('Module'); });
it works. Don't know if this is a bug in gulp-wrap-js or an error of the intro page.

Bye
Tschoartschi

Was issue with gulp-wrap-js not loading latest estemplate. Fixed.