This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-05
Channels
- # admin-announcements (3)
- # architecture (1)
- # beginners (16)
- # boot (14)
- # cljsrn (205)
- # clojars (4)
- # clojure (100)
- # clojure-austin (2)
- # clojure-india (1)
- # clojure-poland (7)
- # clojure-russia (95)
- # clojure-spec (25)
- # clojure-uk (127)
- # clojurescript (32)
- # core-async (7)
- # cursive (2)
- # datascript (4)
- # datomic (3)
- # editors-rus (1)
- # emacs (8)
- # events (10)
- # funcool (5)
- # gorilla (2)
- # hoplon (6)
- # jobs (1)
- # lein-figwheel (7)
- # leiningen (2)
- # luminus (11)
- # om (7)
- # onyx (119)
- # other-languages (31)
- # proto-repl (1)
- # proton (37)
- # protorepl (3)
- # re-frame (60)
- # reagent (8)
- # spacemacs (9)
- # specter (21)
- # spirituality-ethics (2)
- # yada (10)
@micha: hello … in relation to the source map issue i raised last week, found out that the URL looks wrong. for example /js/app.out/test_ui/app.out/test_ui/app.cljs
should be /js/app.out/test_ui/app.cljs
looks like parts of the url path are duplicate /app.out/test_ui
appears twice. not the case when i look inside the target folder. any ideas where this could come from and what boot configuration can influence this?
@michael.heuberger: can you post a build.boot?
not right now, sorry but can you tell me what you suspect if possible?
You could also use show -e
and see what in the environment has the duplicate path, that might help narrow down where the duplicate path is, probably not on the fileset if target reflects something different
Are you using an edn file?
nope, not using an edn file here in the root directory
and boot show -e
prints a lot, how can i spot issues here?
@michael.heuberger: you could output console to a file and search through it, look for keywords, it’s just a map. https://github.com/boot-clj/boot/wiki/Boot-Environment
boot show -f
shows fileset information, you may want to venture there also
@michael.heuberger: absolute paths to the sourcemaps looks wrong