Browse Source

Better to avoid 'compress' option at all to keep it behave as by default

Denis Lukov 9 years ago
parent
commit
37016f06aa
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js
  2. 0 0
      dist/peer.min.js

+ 1 - 1
Gruntfile.js

@@ -11,7 +11,7 @@ module.exports = function(grunt) {
 
     uglify: {
       prod: {
-        options: { mangle: true, compress: false },
+        options: { mangle: true },
         src: 'dist/peer.js',
         dest: 'dist/peer.min.js'
       }

File diff suppressed because it is too large
+ 0 - 0
dist/peer.min.js


Some files were not shown because too many files changed in this diff