bootstrap_package icon indicating copy to clipboard operation
bootstrap_package copied to clipboard

CSS map (cssSourceMapping) not working correctly

Open SventB opened this issue 2 years ago • 0 comments

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:

  1. It's not working correctly, it's showing wrong source files, e.g. for breadcrumb: image

  2. 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

SventB avatar Feb 01 '24 23:02 SventB