0.1.1 • Published 10 years ago
gulp-ejs-pages v0.1.1
Information
Description
This gulp plugin aims to take a tree of folders with EJS and JSON files and turn it into the same folder structure with HTML files.
Usage
// ... other requires
var ejsPages = require('gulp-ejs-pages');
gulp.task('html', function() {
return gulp.src('./pages/**/*.ejs')
.pipe(ejsPages())
// ... more stuff and things
.pipe(gulp.dest('./www/'));
});
In Progress
0.1.1
10 years ago