Bug #65772
closedpage.includeCSSLibs: concatenation and compression does not work
100%
Description
The CSS files defined in page.includeCSSLibs don't get concatenated and compressed if you enable config.compressCss and config.concatenateCss.
Updated by Sebastian Michaelsen over 9 years ago
- Assignee set to Sebastian Michaelsen
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41663
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41663
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41663
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41747
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ddece5ed4d1c8e906c4541a98e742c834596030e.
Updated by Helmut Hummel over 9 years ago
Simon Würstle wrote:
The CSS files defined in page.includeCSSLibs don't get concatenated and compressed if you enable config.compressCss and config.concatenateCss.
conceptually, isn't that why these are libs? why would we differnentiate then?
Updated by Simon Würstle over 9 years ago
Helmut Hummel wrote:
conceptually, isn't that why these are libs? why would we differnentiate then?
It's good that they are differentiated. I meant that they for themselfes don't get compressed and concatenated. All files defined in includeCSS should be merged and compressed in one file and all defined in includeCSSLibs in a seperate file. This works fine for includeCSS but not for includeCSSLibs. They don't get merged and compressed.