This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-15
Channels
- # admin-announcements (25)
- # beginners (21)
- # boot (487)
- # cider (8)
- # clara (2)
- # cljsrn (35)
- # clojure (44)
- # clojure-austin (6)
- # clojure-russia (211)
- # clojure-uk (25)
- # clojurescript (225)
- # core-matrix (1)
- # data-science (3)
- # datomic (23)
- # events (1)
- # hoplon (9)
- # immutant (14)
- # jobs (1)
- # jobs-discuss (5)
- # ldnclj (3)
- # lein-figwheel (2)
- # off-topic (2)
- # om (65)
- # onyx (65)
- # parinfer (3)
- # pedestal (4)
- # proton (1)
- # protorepl (1)
- # re-frame (16)
- # reagent (3)
- # ring-swagger (1)
- # specter (11)
- # untangled (1)
- # yada (8)
@tcrawley: Great, thank you! For some reason my hoplon resources (index.html) isn't being served, otherwise the server is fine. Investigating, if this is a packaging issue. I don't see any index.html in the entire WAR or the nested JAR where is would likely be.
@symbit: is index.html in a dir that is listed in :resource-paths
? I think it has to be to end up in the uberjar
I don't see any of the artifacts from the compiling index.cljs.hl in the project.jar (nor the outer war file.) Adding (show :fileset true) to the uberwar task chain..
@tcrawley: I removed the target and /.boot/ directories. I renamed the (page "somethingveryunique.html"). Expand the WAR and project.jar. There is no sign of somethingveryunique. They are however in the temp directories in the /.boot/cache/tmp/base_dir/subdir1/subdir2/ns1/ns2/random_dir_name1/random_dir_name2/
@symbit: sorry, I've been busy with other stuff this morning. I can try and take a look this afternoon - I suspect the issue here is the boot-immutant plugin is running uber itself instead of honoring your pipeline
would it be possible for you to create a sample app that demonstrates the problem? that would make it easier for me to figure out what's going on