benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
334 stars 200 forks source link

CSS map (cssSourceMapping) not working correctly #1474

Open SventB opened 5 months ago

SventB commented 5 months ago

Bug Report

Prerequisites

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