Add gulpfile file template

This commit is contained in:
Henrik Lissner 2016-10-01 21:45:19 +02:00
parent 1f50211e5e
commit 7836698262
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
const gulp = require('gulp');
// Default task
gulp.task('default', [$1]);