Skip to content

Commit 2575f05

Browse files
committed
Disable compressCss, concatenateCss, compressJs, concatenateJs
Also applicationContext = Development* for that settings was removed
1 parent 2d7d8e1 commit 2575f05

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

Configuration/TypoScript/config/config.typoscript

+6-19
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ config {
66
pageTitleFirst = 1
77

88
headerComment (
9-
This Website is created with the TYPO3 Startpilot
10-
https://github.com/Startpiloten/startpilot
9+
This Website is created with the TYPO3 S t a r t p i l o t
1110
)
1211

1312
no_cache = 0
@@ -31,10 +30,11 @@ config {
3130
meaningfulTempFilePrefix = 100
3231

3332
## CSS and JS Compression
34-
compressCss = 1
35-
concatenateCss = 1
36-
compressJs = 1
37-
concatenateJs = 1
33+
compressCss = 0
34+
concatenateCss = 0
35+
compressJs = 0
36+
concatenateJs = 0
37+
inlineStyle2TempFile = 0
3838
}
3939

4040
## Disable Cache when logged in BE
@@ -45,16 +45,3 @@ config {
4545
cache_period = 0
4646
}
4747
[END]
48-
49-
###
50-
## applicationContext
51-
###
52-
[applicationContext = Development*]
53-
config {
54-
compressCss = 0
55-
concatenateCss = 0
56-
compressJs = 0
57-
concatenateJs = 0
58-
inlineStyle2TempFile = 0
59-
}
60-
[END]

0 commit comments

Comments
 (0)