grunt-html-template
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "grunt-html-template", | ||
"description": "html builder use swig template feature", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"homepage": "https://github.com/Allenice/grunt-html-template", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -72,9 +72,13 @@ /* | ||
grunt.file.write( | ||
dest, | ||
beautify_html( | ||
swig.renderFile(src, {}), | ||
options.beautify | ||
) | ||
); | ||
try { | ||
grunt.file.write( | ||
dest, | ||
beautify_html( | ||
swig.renderFile(src, {}), | ||
options.beautify | ||
) | ||
); | ||
}catch (e) { | ||
grunt.fail.fatal (e); | ||
} | ||
@@ -81,0 +85,0 @@ grunt.log.writeln('write file: ' + dest); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
54617
172