CSS does not render properly with compile_assets #348
Replies: 1 comment 7 replies
-
Interesting. I'm not sure why everything would work without I don't think the |
Beta Was this translation helpful? Give feedback.
-
Interesting. I'm not sure why everything would work without I don't think the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a Roda app based on the Roda/Sequel stack skeleton here: https://github.com/jeremyevans/roda-sequel-stack
I have extended Bootstrap's css in my
app.scss
file, and when rendering, everything works just as expected except when I try to compile the assets for faster delivery.The only changes I have made from the skeleton in this regard are pointing the
assets
plugin to the relevant files and adding thecompile_assets
line as per the documentation for theassets
plugin, as below:Without the
compile_assets
line, everything works as expected, albeit too slowly for real use in the wild. With thecompile_assets
line, my own css works, but anything imported or extended from Bootstrap doesn't.Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions