grunt-packer
Advanced tools
Comparing version 0.1.8 to 0.1.9-2
@@ -47,3 +47,3 @@ var path = require('path'), | ||
cssDir = path.dirname(css), | ||
matchResult = code.match(/url\([^#\)]+?\)/ig); | ||
matchResult = code.match(/url\((?!("|')?data:)[^#\)]+?\)/ig); | ||
if(matchResult) { | ||
@@ -97,3 +97,3 @@ matchResult.forEach(function(match){ | ||
cssDir = path.dirname(css), | ||
matchResult = code.match(/url\([^#\)]+?\)/ig); | ||
matchResult = code.match(/url\((?!("|')?data:)[^#\)]+?\)/ig); | ||
if(matchResult) { | ||
@@ -100,0 +100,0 @@ matchResult.forEach(function(match){ |
{ | ||
"name": "grunt-packer", | ||
"description": "Grunt plugin to automagically concat JS and CSS files found in HTML", | ||
"version": "0.1.8", | ||
"version": "0.1.9-2", | ||
"author": "Oleg Elifantiev <oleg@elifantiev.ru>", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
35462