Open
Description
Hi,
I'm not sure if this is a bug or something everyone knows about.
But coming from an new-to-cljs perspective the following confusion happend to me:
-
I had a cljs/figwheel-main/cider/rum setup set up
1a) including a standardresources/public/index.html
which contained somescript[src="cljs-out/dev-main.js"]
2b) the setup worked normally -
read about citrus, decide to try it out
-
as soon as
clj-commons/citrus
is added to deps.edn, the build-in-figwheel-dev-server:9500 returns anotherindex.html
response withscript[src="js/compiled/main.js"]
or similar, which is not there. -
how and why?
Metadata
Metadata
Assignees
Labels
No labels