grunt-update-reference
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -47,3 +47,3 @@ | ||
newFileName.forEach( function ( oneFile ) { | ||
var regx = new RegExp( "(?!\\n|\\r\\n*)(.+[\'|\"|\\(].+)" + "(" + oneFile + "[^\"|\'|\\|\\n|\\r\\n| ]*)(?=\"|\'|\\))(.*)", "g" ); | ||
var regx = new RegExp( "([\'|\"|\\(].+)" + "(" + oneFile + "[^\"|\'|\\)|\\n|\\r\\n| ]*)(?=\"|\'|\\))(.*)", "g" ); | ||
@@ -50,0 +50,0 @@ contents = contents.replace( regx, function () { |
{ | ||
"name": "grunt-update-reference", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -14,4 +14,4 @@ /** | ||
//reference css file; | ||
var css = "./base.css?t=1459332762855", | ||
xcss = "./xcss/base.css?t=1459332762855"; | ||
var css = "./base.css?t=1459343221626", | ||
xcss = (./xcss/base.css?t=1459343221626;sd:""); | ||
foo.base.cssText = "top:1px;float:left;opacity:.5"; | ||
@@ -18,0 +18,0 @@ elem.base.cssText.() || undefined; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36723