fis-optimizer-uglify-js-nfd
Advanced tools
Comparing version
@@ -21,3 +21,3 @@ /* | ||
if(conf.igonre && (file.filename + file.rExt).indexOf('.min.js') !== -1) { | ||
if(conf.ignore && (file.filename + file.rExt).indexOf('.min.js') !== -1) { | ||
console.log(file.filename); | ||
@@ -24,0 +24,0 @@ return content; |
{ | ||
"name": "fis-optimizer-uglify-js-nfd", | ||
"description": "A optimizer for fis to compress js by using uglify-js.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "FIS Team", |