Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var jade = gulp.src(src + '/tmpl/**/*.jade')
- .pipe(jade())
- var html = gulp.src(src + '/tmpl/**/*.html)
- return event-stream(jade, html)
- .pipe(minifyHTML(htmlConfig)),
- .pipe(gulp.dest(dist + '/tmpl'));
Advertisement
Add Comment
Please, Sign In to add comment