File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ module.exports = function () {
36
36
this . fs . copy ( this . templatePath ( 'gulp/util/handle-errors.js' ) , 'gulp/util/handle-errors.js' ) ;
37
37
38
38
// 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');
40
40
// this.fs.copyTpl(this.templatePath('gulp/tasks/build.js'),'gulp/tasks/build.js', props);
41
-
42
41
// this.fs.copyTpl(this.templatePath('gulp/tasks/watch.js'),'gulp/tasks/watch.js', props);
42
+
43
43
this . fs . copyTpl ( this . templatePath ( 'gulp/tasks/copy.js' ) , 'gulp/tasks/copy.js' , props ) ;
44
-
45
44
this . fs . copy ( this . templatePath ( 'gulp/tasks/clean.js' ) , 'gulp/tasks/clean.js' ) ;
46
45
this . fs . copy ( this . templatePath ( 'gulp/tasks/server.js' ) , 'gulp/tasks/server.js' ) ;
47
46
You can’t perform that action at this time.
0 commit comments