Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Last active July 9, 2020 10:23
Show Gist options
  • Select an option

  • Save Akhigbe-E/83cde67ab15052fde6b7c737544a4904 to your computer and use it in GitHub Desktop.

Select an option

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