diff --git a/lib/conf.d/minifyGroupsConfig.php b/lib/conf.d/minifyGroupsConfig.php index 5911f77778..c67dba10a1 100644 --- a/lib/conf.d/minifyGroupsConfig.php +++ b/lib/conf.d/minifyGroupsConfig.php @@ -11,18 +11,13 @@ $groups = array( 'authentication_css' => array( '//assets/normalize-css/normalize.css', - '//assets/bootstrap-switch/static/stylesheets/bootstrapSwitch.css', '//skins/build/login.css', '//assets/font-awesome/css/font-awesome.css', ), 'authentication' => array( '//assets/modernizr/modernizr.js', - '//assets/jquery/jquery.js', - '//assets/angular/angular.js', - '//assets/angular-ui/build/angular-ui.js', - '//assets/bootstrap-switch/static/js/bootstrapSwitch.js', - '//assets/bootstrap-multiselect/js/bootstrap-multiselect.js', - '//assets/underscore/underscore.js' + '//assets/requirejs/require.js', + '//scripts/apps/login/home/config.js' ), 'client' => array( '//include/jslibs/swfobject/swfobject.js'