Comparing version 0.2.23 to 0.2.24
@@ -5,3 +5,3 @@ | ||
/** | ||
* @version 0.2.23 | ||
* @version 0.2.24 | ||
* @date 2015-03-11 | ||
@@ -217,2 +217,5 @@ * @license MIT License | ||
}) | ||
.replace(/\b(href|src)="(?!data:)(.+?)"/gi, function(_, tag, file) { | ||
return tag + '="' + normalizePath(file, root) + '"' | ||
}) | ||
@@ -219,0 +222,0 @@ if (notChanged(args, next)) return |
{ | ||
"name": "buildman", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"stability": 1, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@version 0.2.23 | ||
@version 0.2.24 | ||
@date 2015-03-11 | ||
@@ -4,0 +4,0 @@ @stability 1 - Experimental |
24800
644