removed css and js aggregation
This commit is contained in:
parent
d1bf996c82
commit
5768d9187b
@ -4,7 +4,7 @@ cache:
|
|||||||
page:
|
page:
|
||||||
max_age: 0
|
max_age: 0
|
||||||
css:
|
css:
|
||||||
preprocess: true
|
preprocess: false
|
||||||
gzip: true
|
gzip: true
|
||||||
fast_404:
|
fast_404:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -12,6 +12,6 @@ fast_404:
|
|||||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
exclude_paths: '/\/(?:styles|imagecache)\//'
|
||||||
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
||||||
js:
|
js:
|
||||||
preprocess: true
|
preprocess: false
|
||||||
gzip: true
|
gzip: true
|
||||||
stale_file_threshold: 2592000
|
stale_file_threshold: 2592000
|
||||||
|
Reference in New Issue
Block a user