Fucking compressor adding hashes to URLs prevents preloading.

master
Nick Sergeant 2012-06-19 22:22:05 -04:00
parent ffb88d826b
commit bb65970166
3 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -278,7 +278,6 @@ header.main {
}
}
&.open {
a.mini-profile {
background: transparent url('/static/images/aside-nav-open-top-bg.gif') top left repeat-x;
opacity: 1;

View File

@ -215,7 +215,6 @@ ABSOLUTE_URL_OVERRIDES = {
# CSS / JS Compression
COMPRESS_OUTPUT_DIR = 'cache'
COMPRESS_JS_FILTERS = []
COMPRESS_CSS_HASHING_METHOD = 'content'
if DEBUG:
COMPRESS_ROOT = os.path.join(BASE_PATH, 'media')
else: