gulp-special-html
v0.0.4
Published
Converts special characters to UTF-8.
Downloads
31
Readme
gulp-special-html
Gulp extension to convert special characters to UTF-8.
var special = require('gulp-special-html');
Example
gulp.src('./html/*.html')
.pipe(special())
.pipe(gulp.dest('./dist/')
License
MIT