You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there is an issue if you @import a CSS file and that CSS file has references to other files via url(...), the CSS bundling will not pick it up. For example, give a dependency on font-awesome
Admittedly I was aware of this short coming for some time, hence why I had made a dedicated third party plugin for resolving and managing font-awesome related assets, but after the work coming out of #1326 and #1338 this is indeed a solvable problem, and now I can see it working here - AnalogStudiosRI/www.analogstudios.net#101
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
CSS bundling optimization not handling transient relative url(...) references
CSS bundling optimization not handling transitive relative url(...) references
Dec 19, 2024
Type of Change
Bug
Summary
So there is an issue if you
@import
a CSS file and that CSS file has references to other files viaurl(...)
, the CSS bundling will not pick it up. For example, give a dependency on font-awesomeIt has references to its own font files
However, in the browser we will get a 404 for these assets and of course none of the icons will show
Details
Admittedly I was aware of this short coming for some time, hence why I had made a dedicated third party plugin for resolving and managing font-awesome related assets, but after the work coming out of #1326 and #1338 this is indeed a solvable problem, and now I can see it working here - AnalogStudiosRI/www.analogstudios.net#101
The text was updated successfully, but these errors were encountered: