Fork me on GitHub
#boot
<
2016-08-05
>
michael.heuberger00:08:45

@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

michael.heuberger00:08:38

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?

flyboarder01:08:39

@michael.heuberger: can you post a build.boot?

michael.heuberger02:08:29

not right now, sorry but can you tell me what you suspect if possible?

flyboarder02:08:44

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

flyboarder02:08:21

Are you using an edn file?

michael.heuberger04:08:08

nope, not using an edn file here in the root directory

michael.heuberger04:08:47

and boot show -e prints a lot, how can i spot issues here?

flyboarder05:08:19

@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

flyboarder06:08:34

boot show -f shows fileset information, you may want to venture there also

micha13:08:37

@michael.heuberger: absolute paths to the sourcemaps looks wrong

micha13:08:14

are you using :compiler-options?