Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 2c190f3..cd84359 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -210,7 +210,9 @@ module.exports = function (grunt) {
uglify: {
options: {
banner: '<%= banner %>',
- // compress: true,
+ compress: {
+ warnings: false
+ },
mangle: true,
preserveComments: false
},