grunt-kissy-xtemplate
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "grunt-kissy-xtemplate", | ||
"description": "Grunt plugin for KISSY XTemplate Compiler", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/daxingplay/grunt-kissy-xtemplate", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"dependencies": { | ||
"kissy-xtemplate": "~0.0.2" | ||
"kissy-xtemplate": "~0.0.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -17,3 +17,5 @@ grunt-kissy-xtemplate | ||
options: { | ||
version: '1.4.1' | ||
version: '1.4.1', | ||
inputCharset: 'gbk', | ||
outputCharset: 'gbk' | ||
}, | ||
@@ -20,0 +22,0 @@ main: { |
@@ -25,5 +25,3 @@ /* | ||
var xtemp = new Xtemplate({ | ||
version: options.version | ||
}); | ||
var xtemp = new Xtemplate(options); | ||
@@ -30,0 +28,0 @@ this.files.forEach(function (f) { |
9889
30
170
Updatedkissy-xtemplate@~0.0.4