From 5768d9187bc96ad102d4c0151e26f40920f9b648 Mon Sep 17 00:00:00 2001 From: naomi Date: Thu, 12 May 2022 17:49:09 +0100 Subject: [PATCH] removed css and js aggregation --- config/optional/system.performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/optional/system.performance.yml b/config/optional/system.performance.yml index cd81c18..6b57fb6 100644 --- a/config/optional/system.performance.yml +++ b/config/optional/system.performance.yml @@ -4,7 +4,7 @@ cache: page: max_age: 0 css: - preprocess: true + preprocess: false gzip: true fast_404: enabled: true @@ -12,6 +12,6 @@ fast_404: exclude_paths: '/\/(?:styles|imagecache)\//' html: '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

' js: - preprocess: true + preprocess: false gzip: true stale_file_threshold: 2592000