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

@ -67,4 +67,4 @@ App.Presenters.UserBrowsingSettingsPresenter = function(
};
App.DI.register('userBrowsingSettingsPresenter', App.Presenters.UserBrowsingSettingsPresenter);
App.DI.register('userBrowsingSettingsPresenter', ['_', 'jQuery', 'util', 'promise', 'auth', 'browsingSettings', 'messagePresenter'], App.Presenters.UserBrowsingSettingsPresenter);