This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-10
Channels
- # alda (28)
- # announcements (7)
- # beginners (79)
- # boot (62)
- # cider (11)
- # cljsjs (12)
- # cljsrn (8)
- # clojure (111)
- # clojure-art (2)
- # clojure-austin (5)
- # clojure-conj (3)
- # clojure-dev (54)
- # clojure-japan (12)
- # clojure-russia (30)
- # clojurescript (354)
- # clojurex (5)
- # cursive (9)
- # data-science (58)
- # datomic (19)
- # editors-rus (3)
- # emacs (7)
- # events (2)
- # hoplon (5)
- # ldnclj (6)
- # lein-figwheel (14)
- # luminus (1)
- # off-topic (10)
- # om (191)
- # onyx (59)
- # re-frame (30)
- # reagent (74)
- # robots (1)
- # yada (19)
#cljsjs2015-11-10
>
cljsjs/highlight
packages quite a few CSS files. Can those be accessed from ClojureScript or referenced in an HTML file in a ClojureScript project somehow?
@jannis: there’s no built-in way of doing that. These CSS files are available on the classpath.
So you can serve them from there if you need to.
Right. Or perhaps I can somehow extract them and put them in the target dir using boot
.
That should be possible too. sift
is your friend I guess
almost forgot ^ @jannis
@martinklepsch: Perfect. That did the job.