grunt-update-reference
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -41,3 +41,3 @@ | ||
if(grunt.file.match( { matchBase: true }, pathIgnore, abspath ).length>0){return} | ||
if(grunt.file.match( { matchBase: true }, fileType, filename ).length===0){return} | ||
if(grunt.file.match( { matchBase: true }, fileType, abspath ).length===0){return} | ||
@@ -44,0 +44,0 @@ var flagIsHit = false; |
{ | ||
"name": "grunt-update-reference", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -38,3 +38,3 @@ # grunt-update-reference | ||
//If has some file or path to ignore, path is base on "options.searchPathBase". | ||
searchIgnore:[ "dont_touch_me.html","dont_touch_me/**/*" ], | ||
searchIgnore:[ "ignore_me.html","ignore_me/**/*" ], | ||
//True to enble newer check. Default is true. Set false to prevent checking newer file. | ||
@@ -41,0 +41,0 @@ newer:true, |
+function () { | ||
//reference css file; | ||
var css = "./base.css?t=1458532029095", | ||
xcss = "./xcss/base.css?t=1458532029095"; | ||
var css = "./base.css?t=1458538206052", | ||
xcss = "./xcss/base.css?t=1458538206052"; | ||
}(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35602