Skip to content

Instantly share code, notes, and snippets.

@mtt87
Last active May 17, 2016 22:25
Show Gist options
  • Save mtt87/82a3544d8c804e6a52948264980fbc2d to your computer and use it in GitHub Desktop.
Save mtt87/82a3544d8c804e6a52948264980fbc2d to your computer and use it in GitHub Desktop.
gulp.task('riot', ()=> {
gulp.src('app/tags/*.tag')
.pipe($.riot())
.pipe(gulp.dest('.tmp/scripts'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment