Skip to content

Commit

Permalink
Remove unnecessary streamify from the recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitom committed Dec 15, 2014
1 parent 3edc68b commit d94ab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/coffee.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $ =
gulp.task 'coffee', ->
gulp.src $.src
.pipe coffee()
.pipe streamify uglify mangle: false# without mangling for AngularJS
.pipe uglify mangle: false# without mangling for AngularJS
.pipe gulp.dest $.dist

0 comments on commit d94ab39

Please sign in to comment.