horizon/horizon/utils
Walter Doekes 0342638981 Compact overly nested css in compressed css
Before:

    # ls -l static/dashboard/css/output.*css
    -rw-r--r-- 1 root root 6925719 Oct 29 15:00 static/dashboard/css/output.28f3a5b9a5de.css
    -rw-r--r-- 1 root root   41082 Oct 29 14:59 static/dashboard/css/output.361cca58bb99.css
    -rw-r--r-- 1 root root 1268980 Oct 29 14:59 static/dashboard/css/output.be235b4cb282.css
    -rw-r--r-- 1 root root     306 Oct 29 14:59 static/dashboard/css/output.fb46d877de44.css

After:

    # ls -l static/dashboard/css/output.*css
    -rw-r--r-- 1 root root    224 Oct 29 14:57 static/dashboard/css/output.28d154fd34de.css
    -rw-r--r-- 1 root root 388079 Oct 29 14:57 static/dashboard/css/output.2bb8178d434f.css
    -rw-r--r-- 1 root root  41082 Oct 29 14:57 static/dashboard/css/output.361cca58bb99.css
    -rw-r--r-- 1 root root 242717 Oct 29 14:57 static/dashboard/css/output.d2683889a5b6.css

I.e. 12x smaller.

Change-Id: I2715c6573f1c84bbba64e9e850421b54003b80da
(cherry picked from commit f2264d9f33)

See: https://github.com/Kronuz/pyScss/issues/243
2019-11-26 12:43:25 +00:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
babel_extract_angular.py Complete angular translation extract pattern 2019-04-05 21:57:21 +08:00
csvbase.py Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
escape.py Escape angularjs templating in unsafe HTML 2016-06-15 11:03:01 -04:00
file_discovery.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
filters.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
functions.py Restore horizon.utils.functions.get_page_size() 2019-09-13 17:38:00 +09:00
html.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
lazy_encoder.py Translate status in network topology 2016-01-18 13:19:20 +00:00
memoized.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
scss_filter.py Compact overly nested css in compressed css 2019-11-26 12:43:25 +00:00
secret_key.py pylint: fix unnecessary-pass warning 2019-01-16 13:10:16 +09:00
settings.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
validators.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00