How to include a css ‘theme’ ?

There is blog post concerning bootstrap + brunch here

I made a blogpost about webpack 4 here

I think theme is more related to the css You choose.

If You put file into priv/static, You will bypass build process. If your brunch config is ok, You should find generated files under priv/static. If bundle is ok, You should also reference them in application layout.

If You show your config, You might have more precise answer.

2 Likes