Skip to content

Instantly share code, notes, and snippets.

@ch1c0t
Created July 14, 2018 23:12
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 ch1c0t/183fe3930032504bb1386efa91a93fa6 to your computer and use it in GitHub Desktop.
Save ch1c0t/183fe3930032504bb1386efa91a93fa6 to your computer and use it in GitHub Desktop.
gulp = require 'gulp'
pipeline = (streams) ->
streams.reduce (former, latter) -> former.pipe latter
gulp.task 'default', ->
console.log 'from default task'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment