Removed {mangle: false} requirement to uglify-js

Improves solution to #4 for javasript files by 12K (in current build).
This commit is contained in:
Marcin Kurczewski
2014-09-11 12:33:44 +02:00
parent a7d4490b4f
commit 2bb20c49fd
28 changed files with 32 additions and 46 deletions

View File

@ -49,4 +49,4 @@ App.State = function() {
};
App.DI.registerSingleton('appState', App.State);
App.DI.registerSingleton('appState', [], App.State);