We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3022ff4 + 2a9f818 commit f828944Copy full SHA for f828944
tasks/css-url-embed.js
@@ -1,5 +1,5 @@
1
module.exports = function(grunt) {
2
- var URL_REGEX = /url\(["']?([^"'\(\)]+?)["']?\)[;, ](?!\s*?\/\*\s*?noembed\s*?\*\/)/;
+ var URL_REGEX = /url\(["']?([^"'\(\)]+?)["']?\)[};, ](?!\s*?\/\*\s*?noembed\s*?\*\/)/;
3
var URL_FILTERING_REGEX = /^(data|http|https):/;
4
5
var fs = require('fs');
@@ -110,4 +110,4 @@ module.exports = function(grunt) {
110
grunt.fail.warn('URL embed failed!');
111
}
112
113
-};
+};
0 commit comments