Open rayshan opened 9 years ago
How would we go about passing arguments to all subtasks in different files using this recommended recipe?
https://github.com/gulpjs/gulp/blob/master/docs/recipes/pass-arguments-from-cli.md
Variable scope in main gulpfile.js doesn't seem to be shared. It'll be nice to avoid duplicating code in all subtask files.
gulpfile.js
How would we go about passing arguments to all subtasks in different files using this recommended recipe?
https://github.com/gulpjs/gulp/blob/master/docs/recipes/pass-arguments-from-cli.md
Variable scope in main
gulpfile.js
doesn't seem to be shared. It'll be nice to avoid duplicating code in all subtask files.