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

Commit f78703b

Browse files
authored
Merge pull request #319 from cobudget/bugfix/enable-uglifyify
Enable uglifyify, don't mangle variables
2 parents c0ab8a1 + 8c3d607 commit f78703b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gulpfile.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ browserify = require('browserify')
8181
scripts = (isWatch) ->
8282
->
8383
setup = (bundler) ->
84-
#if isDeploy(nodeEnv)
85-
# bundler.transform(global: true, 'uglifyify')
84+
if isDeploy(nodeEnv)
85+
bundler.transform(global: true, mangle: false, 'uglifyify')
8686
bundler
8787

8888
bundle = (bundler) ->

0 commit comments

Comments
 (0)