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

@ -52,4 +52,4 @@ App.Presenters.TopNavigationPresenter = function(
};
App.DI.registerSingleton('topNavigationPresenter', App.Presenters.TopNavigationPresenter);
App.DI.registerSingleton('topNavigationPresenter', ['_', 'jQuery', 'util', 'promise', 'auth'], App.Presenters.TopNavigationPresenter);