Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. gulp.task('pug', function(){
  2. return gulp.src('app/pug/**/*.pug')
  3. .pipe(pug({pretty: true}))
  4. .pipe(gulp.dest('app'))
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement