Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
plugin.tx_scriptmerger {
css {
enable = 1
addContentInDocument = 0
doNotRemoveInDoc = 0
mergedFilePosition =
minify {
enable = 1
ignore = \.min\.
}
compress {
enable = 1
ignore = \.gz\.
}
merge {
enable = 1
ignore =
}
uniqueCharset {
enable = 1
value = @charset "UTF-8";
}
postUrlProcessing {
pattern =
replacement =
}
}
javascript {
enable = 1
parseBody = 0
doNotRemoveInDocInBody = 1
doNotRemoveInDocInHead = 0
mergedHeadFilePosition =
mergedBodyFilePosition = </body>
addContentInDocument = 0
deferLoading = 0
minify {
enable = 1
useJSMinPlus = 1
useJShrink = 0
ignore = \?,\.min\.
}
compress {
enable = 1
ignore = \?,\.gz\.
}
merge {
enable = 1
ignore = \?
}
}
externalFileCacheLifetime = 3600
}