Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #319 from cobudget/bugfix/enable-uglifyify
Browse files Browse the repository at this point in the history
Enable uglifyify, don't mangle variables
  • Loading branch information
data-doge authored Aug 12, 2016
2 parents c0ab8a1 + 8c3d607 commit f78703b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ browserify = require('browserify')
scripts = (isWatch) ->
->
setup = (bundler) ->
#if isDeploy(nodeEnv)
# bundler.transform(global: true, 'uglifyify')
if isDeploy(nodeEnv)
bundler.transform(global: true, mangle: false, 'uglifyify')
bundler

bundle = (bundler) ->
Expand Down

0 comments on commit f78703b

Please sign in to comment.