Add gulpfile file template
This commit is contained in:
parent
1f50211e5e
commit
7836698262
2 changed files with 5 additions and 0 deletions
4
private/templates/js-mode/__gulpfile.js
Normal file
4
private/templates/js-mode/__gulpfile.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const gulp = require('gulp');
|
||||
|
||||
// Default task
|
||||
gulp.task('default', [$1]);
|
Loading…
Add table
Add a link
Reference in a new issue