gulp-template-html
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ var through = require('through2'), | ||
if (file.isBuffer()) { | ||
content = templator.processFile(file.path); | ||
content = templator.processContent(file.contents.toString(enc)); | ||
file.contents = new Buffer(content, enc); | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "gulp-template-html", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Generate static HTML files from templates and content files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# gulp-template-html | ||
[](https://www.npmjs.com/package/gulp-template-html) | ||
[](https://travis-ci.org/grit96/gulp-template-html) | ||
[](https://david-dm.org/grit96/gulp-template-html) | ||
@@ -5,0 +6,0 @@ |
22110
0.68%50
2.04%