Comparing version 2.2.0 to 2.3.0
@@ -57,3 +57,3 @@ /* | ||
var protocolRegEx = /^(http(s)?)|\/\//, elements = $('script[src], link[rel=stylesheet][href]'); | ||
var protocolRegEx = /^(http(s)?)|\/\//, elements = $('script[src], link[rel=stylesheet][href], link[rel=import][href]'); | ||
@@ -60,0 +60,0 @@ for (var i = 0, len = elements.length; i < len; i++) { |
{ | ||
"name": "cachebust", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"main": "lib/cachebust.js", | ||
@@ -5,0 +5,0 @@ "description": "Append a query string to your assets to bust that cache!", |
Sorry, the diff of this file is not supported yet
10507
18