Commit 2575f05 1 parent 2d7d8e1 commit 2575f05 Copy full SHA for 2575f05
File tree 1 file changed +6
-19
lines changed
Configuration/TypoScript/config
1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change 6
6
pageTitleFirst = 1
7
7
8
8
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
11
10
)
12
11
13
12
no_cache = 0
@@ -31,10 +30,11 @@ config {
31
30
meaningfulTempFilePrefix = 100
32
31
33
32
## 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
38
38
}
39
39
40
40
## Disable Cache when logged in BE
@@ -45,16 +45,3 @@ config {
45
45
cache_period = 0
46
46
}
47
47
[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]
You can’t perform that action at this time.
0 commit comments