Open
Description
Support
Description
Typo3 Version 12
I somehow have a problem understanding css files in bootstrap, I adjusted the css files in typo3conf/ext/bootstrap_package/Resources/Public/Css/ (bootstrap5-rte.css; bootstrap5-theme.css) then "minimized" , then I deleted the cache, logged out and deleted typo3temp to be on the safe side.
I then log in to BE, go into editor mode and check and call up the page via display and then
<link rel="stylesheet" href="/typo3temp/assets/bootstrappackage/css/theme-5f121ab593cca299d3bfe3df955480253645565374ba7ee565eb0cd0f432d0a6.css?1719757561" media="all">
<link rel="stylesheet" href="/typo3temp/assets/bootstrappackage/css/fastmenu-d31875cf53f51ca67144fcdf46b1b29ff8f8df3ed33b718a2cafffb47837c201.css?1719757562" media="all">
<link rel="stylesheet" href="/typo3temp/assets/bootstrappackage/css/theme-b197695660d9ebe0de87eb983523b50f8b8a06ce66fb27b584b5d8796866d34c.css?1719757562" media="all">
<link rel="stylesheet" href="/typo3temp/assets/bootstrappackage/css/develop-e60bd2f57f3db4cbc281d202c0cb6ac13da18908f6a5c26cc5151ba80908f1aa.css?1719757563" media="all">
lots of css files have been created in the typo3temp directory, but my adjustments are not included in them, where does the content for the css files in typo3temp come from.