grunt-contrib-jst/test/expected/uglyfile.js
2012-12-31 21:06:55 +01:00

8 lines
237 B
JavaScript

this["JST"] = this["JST"] || {};
this["JST"]["test/fixtures/it's-a-bad-filename.html"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __d = obj.obj || obj;
__p += 'never name your file like this.';
return __p
};