This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-13
Channels
- # announcements (5)
- # babashka (35)
- # beginners (65)
- # braveandtrue (3)
- # calva (20)
- # cider (6)
- # clara (11)
- # cljs-dev (36)
- # cljsrn (64)
- # clojure (65)
- # clojure-europe (6)
- # clojure-germany (13)
- # clojure-italy (14)
- # clojure-nl (22)
- # clojure-spec (16)
- # clojure-sweden (6)
- # clojure-uk (81)
- # clojurescript (71)
- # conjure (120)
- # cursive (3)
- # datomic (10)
- # events (4)
- # figwheel (4)
- # figwheel-main (5)
- # fulcro (36)
- # ghostwheel (1)
- # graalvm (8)
- # helix (9)
- # jobs (4)
- # jobs-discuss (12)
- # kaocha (33)
- # leiningen (5)
- # luminus (1)
- # off-topic (24)
- # pathom (7)
- # rdf (4)
- # re-frame (3)
- # reagent (15)
- # reitit (11)
- # remote-jobs (1)
- # shadow-cljs (97)
- # slack-help (3)
- # spacemacs (23)
- # vim (15)
- # xtdb (35)
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?