xExekut3x

gulp destination question

Apr 10th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var jade = gulp.src(src + '/tmpl/**/*.jade')
  2. .pipe(jade())
  3. var html = gulp.src(src + '/tmpl/**/*.html)
  4. return event-stream(jade, html)
  5. .pipe(minifyHTML(htmlConfig)),
  6. .pipe(gulp.dest(dist + '/tmpl'));
Advertisement
Add Comment
Please, Sign In to add comment