Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created June 21, 2019 16:21
Show Gist options
  • Select an option

  • Save bartcis/6a9cf944e4fdea56b3c1843383f97343 to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/6a9cf944e4fdea56b3c1843383f97343 to your computer and use it in GitHub Desktop.
Example command export in Gulp 4
exports.build = series(cleanUp, parallel(jsTask, cssTask, fontTask, imagesTask, templateTask));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment