This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-19
Channels
- # beginners (17)
- # boot (7)
- # cider (1)
- # cljsrn (4)
- # clojure (22)
- # clojure-austin (19)
- # clojure-canada (1)
- # clojure-dusseldorf (1)
- # clojure-greece (3)
- # clojure-russia (19)
- # clojure-spec (46)
- # clojure-uk (23)
- # clojurescript (17)
- # core-async (7)
- # cursive (13)
- # dirac (66)
- # kekkonen (1)
- # lein-figwheel (2)
- # om (1)
- # onyx (2)
- # re-frame (1)
- # reagent (1)
- # specter (2)
Hi. Right now when I compile cljs and then run dev server, all the dependencies from 'main.out' are injected as script tags automatically. Is it possible to change the path, so instead of src="main.out/..
it would be src="js/main.out/..
?
ok. I'm just using my own ring handler to serve those files and I needed to sift those files to public dir. But, yeah, it works if I just sift
main.out to target/public
@jyriand: Boot-reload cljs-asset-path
option might work
@juhoteperi: in regards to js output file, how do I go about generating an entrypoint for nodejs?