Skip to content

Commit

Permalink
dont minify sinon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Aug 13, 2015
1 parent 280d994 commit 04da7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ gulp.task "client", ["client:build", "client:watch"]
gulp.task "nw", ["nw:build", "nw:watch"]

gulp.task "client:minify", ->
minify("lib/public/js/!(cypress).js", "lib/public/js")
## dont minify cypress or sinon
minify("lib/public/js/!(cypress|sinon).js", "lib/public/js")

gulp.task "nw:minify", ->
minify("nw/public/js/*.js", "nw/public/js")
Expand Down

0 comments on commit 04da7eb

Please sign in to comment.