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
338 stars 207 forks source link

[BUGFIX] Source mapping is now public path agnostic #1352

Closed cumuru closed 1 year ago

cumuru commented 1 year ago

The source maps are no longer inlined in the compiled CSS file. There‘s a .css.map file for the compiled CSS file instead. Sources are now included into the map file. This means that sources can now be moved to non-public folders without losing the possibility to debug your code.

Related: #1263

Pull Request

Related Issues

Prerequisites

Description

[Description of changes proposed in this pull request]

Steps to Validate

  1. [First Step]
  2. [Second Step]
  3. [and so on...]