grunt-contrib-jst
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "grunt-contrib-jst", | ||
"description": "Precompile Underscore templates to JST file.", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-jst", | ||
@@ -6,0 +6,0 @@ "author": { |
this["JST"] = this["JST"] || {}; | ||
this["JST"]["test/fixtures/it\"s-a-bad-filename.html"] = function(obj){ | ||
var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')}; | ||
with(obj||{}){ | ||
__p+='never name your file like this.'; | ||
} | ||
return __p; | ||
}; | ||
this["JST"]["test/fixtures/it's-a-bad-filename.html"] = function(obj){ | ||
@@ -12,0 +4,0 @@ var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')}; |
Sorry, the diff of this file is not supported yet
11100
13
172