Skip to content

Commit 9069908

Browse files
remove old default task
1 parent effdf9d commit 9069908

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generators/app/writing.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ module.exports = function () {
3636
this.fs.copy(this.templatePath('gulp/util/handle-errors.js'),'gulp/util/handle-errors.js');
3737

3838
// common tasks
39-
this.fs.copyTpl(this.templatePath('gulp/tasks/default.js'),'gulp/tasks/default.js');
39+
// this.fs.copyTpl(this.templatePath('gulp/tasks/default.js'),'gulp/tasks/default.js');
4040
// this.fs.copyTpl(this.templatePath('gulp/tasks/build.js'),'gulp/tasks/build.js', props);
41-
4241
// this.fs.copyTpl(this.templatePath('gulp/tasks/watch.js'),'gulp/tasks/watch.js', props);
42+
4343
this.fs.copyTpl(this.templatePath('gulp/tasks/copy.js'),'gulp/tasks/copy.js', props);
44-
4544
this.fs.copy(this.templatePath('gulp/tasks/clean.js'),'gulp/tasks/clean.js');
4645
this.fs.copy(this.templatePath('gulp/tasks/server.js'),'gulp/tasks/server.js');
4746

0 commit comments

Comments
 (0)