grunt-contrib-jst
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-contrib-jst", | ||
"description": "Precompile Handlebars templates to JST file.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-jst", | ||
@@ -41,2 +41,2 @@ "author": { | ||
] | ||
} | ||
} |
@@ -13,2 +13,4 @@ /* | ||
var _ = require("underscore"); | ||
var jst = function(source, filepath, namespace, templateSettings) { | ||
@@ -25,3 +27,2 @@ try { | ||
var _ = require("underscore"); | ||
var helpers = require("grunt-contrib-lib").init(grunt); | ||
@@ -28,0 +29,0 @@ var options = helpers.options(this, {namespace: "JST", templateSettings: {}}); |
8285