grunt-combohtml
Advanced tools
Comparing version 0.1.29 to 0.1.30
{ | ||
"name": "grunt-combohtml", | ||
"description": "combine build html with ssi.", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"homepage": "https://github.com/jayli/grunt-combohtml", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -34,5 +34,6 @@ /* | ||
chunk = Juicer(chunk, pageParam); | ||
// chunk = delPageParamArea(chunk); | ||
chunk = mock.delPageParamArea(chunk); | ||
chunk = tidy(chunk); | ||
} | ||
chunk = mock.delPageParamArea(chunk); | ||
return chunk; | ||
@@ -39,0 +40,0 @@ } |
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
119105
2926