bootstrap_package
bootstrap_package copied to clipboard
CSS map (cssSourceMapping) not working correctly
Bug Report
Prerequisites
- [ ] Can you reproduce the problem on TYPO3 v11.5 LTS
- [x] Can you reproduce the problem on TYPO3 v12.4 LTS
- [x] Did you perform a cursory search to see if your bug or enhancement is already reported?
Description
Two things about the CSS source map:
-
It's not working correctly, it's showing wrong source files, e.g. for breadcrumb:
-
Description is wrong: https://github.com/benjaminkott/bootstrap_package/blob/master/Configuration/TypoScript/constants.typoscript#L317 The CSS compression will NOT be disabled, but you have to disable it yourself in TS constants:
config.compressCss = 0
config.concatenateCss = 0