Browse Source

Merge pull request #116 from deathwish/reduce-build-output

Dramatically reduce output produced by js minification.
pull/118/head
Simon Eisenmann 11 years ago
parent
commit
c43b557f0b
  1. 3
      build/build.js

3
build/build.js

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
*/
/*jshint -W030 */
({
logLevel: 2,
baseUrl: '../static/js',
mainConfigFile: '../static/js/main.js',
optimize: 'uglify2',
@ -33,7 +34,7 @@ @@ -33,7 +34,7 @@
DEBUG: false
}
},
warnings: true,
warnings: false,
mangle: true
},
wrap: false,

Loading…
Cancel
Save