Skip to content

Instantly share code, notes, and snippets.

@yhsiang
Created May 26, 2014 07:09
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 yhsiang/77a30bfb4ea58f5bfc74 to your computer and use it in GitHub Desktop.
Save yhsiang/77a30bfb4ea58f5bfc74 to your computer and use it in GitHub Desktop.
emit end on error
gulp.task \style ->
gulp.src paths.styles
.pipe plumber!
.pipe stylus { +errors, use: [nib!]}
.on 'error' -> @emit 'end'
.pipe gulp.dest "css"
.pipe lr!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment