How to include a css ‘theme’ ?

Some themes aren’t necessarily assembled in such a way that lends them to be processed by a module bundler. In that case you can only “drop” the theme directly into priv/static and use it from there, similar to this case.

Now the most recent version of jQuery itself can be processed through the modern asset toolchain but often themes that use jQuery (especially older versions) were not created with the modern asset tool chain in mind.

1 Like