grunt-usemin
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -76,3 +76,3 @@ 'use strict'; | ||
[ | ||
/<(?:img|source)[^\>]*[^\>\S]+srcset=['"]([^"'\s]+)(?:\s\d[mx])["']/gm, | ||
/<(?:img|source)[^\>]*[^\>\S]+srcset=['"]([^"'\s]+)\s*?(?:\s\d*?[w])?(?:\s\d*?[x])?\s*?["']/gm, | ||
'Update the HTML with the new image filenames for srcset links' | ||
@@ -79,0 +79,0 @@ ], |
{ | ||
"name": "grunt-usemin", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "author": "The Yeoman Team", |
59306