diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-10 11:37:47 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-10 11:37:47 -0400 |
| commit | 042d055d52f4448b8a42261fcf709147910a4638 (patch) | |
| tree | e230981d770e314135a8344b0acdc57a2920caee /hooks/after_prepare/uglify.js | |
| parent | fd0ff3edeecc29ff7c9882e8da1055f56c155f40 (diff) | |
#282 - life is back to normal again
Former-commit-id: aad465e72a636a71b7b0c8f59cf9b977fcd7e366
Diffstat (limited to 'hooks/after_prepare/uglify.js')
| -rwxr-xr-x | hooks/after_prepare/uglify.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hooks/after_prepare/uglify.js b/hooks/after_prepare/uglify.js index e372a089..3b11bc90 100755 --- a/hooks/after_prepare/uglify.js +++ b/hooks/after_prepare/uglify.js @@ -29,7 +29,8 @@ if (!isRelease) { } // Run uglifier -run(); +// PP disabled on Jul 10 2016 - something is going wrong +//run(); /** * Run compression for all specified platforms. |
