Move tasks to separate files and simplify
This commit is contained in:
parent
dde26ec45e
commit
06ba111392
12 changed files with 1560 additions and 1030 deletions
6
gulp/tasks/hello.js
Normal file
6
gulp/tasks/hello.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
function hello (cb) {
|
||||
console.log('He Stephan', cb);
|
||||
cb();
|
||||
}
|
||||
|
||||
module.exports = hello;
|
||||
Loading…
Add table
Add a link
Reference in a new issue