Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Last active July 9, 2020 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akhigbe-E/83cde67ab15052fde6b7c737544a4904 to your computer and use it in GitHub Desktop.
Save Akhigbe-E/83cde67ab15052fde6b7c737544a4904 to your computer and use it in GitHub Desktop.
Create a simple task with gulp
const helloWorldTask = (cb) => {
console.log(`hello world!`);
cb();
}
exports.default = helloWorldTask;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment