Hi, I'm trying to add static assets like this https://luminusweb.com/docs/assets.html
Just as a test
1. I added [org.webjars.bower/slick-carousel "1.8.1"]
to the :dependencies
in project.clj
2. Add {% style "/assets/slick-carousel/css/slick-carousel.min.css" %}
to home.html
3. Start the app and open http://localhost:3000/assets/slick-carousel/css/slick-carousel.min.css
4. And the result: 404
However, other assets work OK, e.g. http://localhost:3000/assets/material-icons/css/material-icons.min.css
What might I be doing wrong?