diff --git a/lib/conf.d/minifyGroupsConfig.php b/lib/conf.d/minifyGroupsConfig.php index 320b0dd5f2..b853390438 100644 --- a/lib/conf.d/minifyGroupsConfig.php +++ b/lib/conf.d/minifyGroupsConfig.php @@ -9,6 +9,12 @@ * changes. http://yourdomain/min/builder/ * */ $groups = array( + 'account' => array( + '//include/jslibs/jquery.contextmenu_scroll.js', + '//assets/jquery.cookie/jquery.cookie.js', + '//include/jquery.common.js', + '//skins/account/account.js' + ), 'authentication_css' => array( '//assets/normalize-css/normalize.css', '//skins/build/login.css', diff --git a/templates/web/account/base.html.twig b/templates/web/account/base.html.twig index fde620de15..1cfd907244 100644 --- a/templates/web/account/base.html.twig +++ b/templates/web/account/base.html.twig @@ -4,11 +4,39 @@ {% extends "common/index_bootstrap.html.twig" %} {% block stylesheet %} - + + {% endblock %} {% block javascript %} - + {% endblock %} {% block content %} @@ -46,6 +74,7 @@ +
{% block scripts %}