From 5172aea7453edaed0cb321344c98e98d1ee040e4 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Fri, 21 Sep 2012 16:37:41 +0200 Subject: [PATCH] Use the pregenerated css and js files Rewritten-From: cff0eedc6ae774303a790ecc7e04c7cb94f48bfe --- xenial/debian/patches/debian_local_settings.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xenial/debian/patches/debian_local_settings.patch 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 -- 2.45.2