Skip to content

Commit

Permalink
COMP-141 Enable CSS + JS aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Oct 30, 2023
1 parent 9f0a964 commit 39a5f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/system.performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ cache:
max_age: 0
use_internal: false
css:
preprocess: false
preprocess: true
gzip: false
fast_404:
enabled: true
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
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>'
js:
preprocess: false
preprocess: true
gzip: false
stale_file_threshold: 2592000
response:
Expand Down

0 comments on commit 39a5f03

Please sign in to comment.