Open SventB opened 9 months ago
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
Bug Report
Prerequisites
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: