From 733fe11f89913e264b6f976a382f4b24ad18807d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 22 Sep 2020 17:26:05 +0200 Subject: [PATCH] Disable compression of css/js by the cms --- .../ext/ep_theme/Configuration/TypoScript/setup.typoscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript index e1f39696..10c2b03f 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript @@ -125,8 +125,8 @@ config { disablePrefixComment = 1 inlineStyle2TempFile = 0 absRefPrefix = / - compressJs = 1 - compressCss = 1 + compressJs = 0 + compressCss = 0 typolinkCheckRootline = 1 typolinkEnableLinksAcrossDomains = 1 sendCacheHeaders = 1