From: Mehdi Abaakouk Date: Fri, 21 Sep 2012 14:37:41 +0000 (+0200) Subject: Use the pregenerated css and js files X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5172aea7453edaed0cb321344c98e98d1ee040e4;p=openstack-build%2Fhorizon-build.git Use the pregenerated css and js files Rewritten-From: cff0eedc6ae774303a790ecc7e04c7cb94f48bfe --- diff --git a/xenial/debian/patches/debian_local_settings.patch b/xenial/debian/patches/debian_local_settings.patch new file mode 100644 index 0000000..6dd4711 --- /dev/null +++ b/xenial/debian/patches/debian_local_settings.patch @@ -0,0 +1,14 @@ +Description: Enable Offline Compresssion +Author: Mehdi Abaakouk + +--- a/openstack_dashboard/local/local_settings.py.example ++++ b/openstack_dashboard/local/local_settings.py.example +@@ -145,3 +145,8 @@ + } + } + } ++ ++# The Debian package includes pre-compressed JS and compiled CSS to allow ++# offline compression by default. To enable online compression, install ++# the node-less package and enable the following option. ++COMPRESS_OFFLINE = True