grunt-combohtml
Advanced tools
Comparing version 0.1.35 to 0.1.36
{ | ||
"name": "grunt-combohtml", | ||
"description": "combine build html with ssi.", | ||
"version": "0.1.35", | ||
"version": "0.1.36", | ||
"homepage": "https://github.com/jayli/grunt-combohtml", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -144,3 +144,3 @@ /* | ||
var tmsPrefix = 'trip.taobao.com/go/'; | ||
var tms_include = '<!--TMS:([^,]+),(utf-8|utf8|gbk|gb2312):TMS-->'; | ||
var tms_include = '<!--TMS:([^,]+),(utf-8|utf8|gbk|gb2312),([0-9]*):TMS-->'; | ||
chunk = chunk.replace(new RegExp(tms_include, 'ig'),function(fullMatch, tmsPath, encoding){ | ||
@@ -147,0 +147,0 @@ return '<!--HTTP:http://' + path.join(tmsPrefix, tmsPath) + ',' + encoding + ':HTTP-->'; |
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
158735