mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed {mangle: false} requirement to uglify-js
Improves solution to #4 for javasript files by 12K (in current build).
This commit is contained in:
@ -87,4 +87,4 @@ App.Presenters.UserPresenter = function(
|
||||
|
||||
};
|
||||
|
||||
App.DI.register('userPresenter', App.Presenters.UserPresenter);
|
||||
App.DI.register('userPresenter', ['_', 'jQuery', 'util', 'promise', 'api', 'auth', 'topNavigationPresenter', 'userBrowsingSettingsPresenter', 'userAccountSettingsPresenter', 'userAccountRemovalPresenter', 'messagePresenter'], App.Presenters.UserPresenter);
|
||||
|
Reference in New Issue
Block a user