grunt-combohtml
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "grunt-combohtml", | ||
"description": "combine build html with ssi.", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"homepage": "https://github.com/jayli/grunt-combohtml", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -57,3 +57,8 @@ /** | ||
var pageContent = iconv.decode(body, responseCharset); | ||
try { | ||
var replacedHTML = htmlProxy.replaceDom(pageContent, proxyItem.replacements); | ||
} catch(e){ | ||
console.log('>> fragment not found: '+ url); | ||
return callback(); | ||
} | ||
var encodedHTML = iconv.encode(tidy(replacedHTML), responseCharset); | ||
@@ -101,2 +106,2 @@ | ||
}; | ||
}; |
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
115187
2860