fis3-deploy-html-inline-merge
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,3 +12,3 @@ | ||
content = content.replace(new RegExp('(' + script.source + '\\s*){2,}', 'g'), function(str) { | ||
content = content.replace(new RegExp('(' + script.source + '\\s*)+', 'g'), function(str) { | ||
var code = [], | ||
@@ -22,3 +22,3 @@ match = null; | ||
content = content.replace(new RegExp('(' + style.source + '\\s*){2,}', 'g'), function(str) { | ||
content = content.replace(new RegExp('(' + style.source + '\\s*)+', 'g'), function(str) { | ||
var code = [], | ||
@@ -25,0 +25,0 @@ match = null; |
{ | ||
"name": "fis3-deploy-html-inline-merge", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "fis3 合并html中的style/script inline标签", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2583