-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boot-cljs-repl pollutes project directory #32
Comments
Thanks for the report @domkm. I can reproduce this with I assume it might be an issue with weasel? |
I think Weasel exposes what's necessary but boot-cljs-repl does not try to set I am working on a fix for this locally and would be glad to contribute the change back. I'll test it and report back soon. EDIT: I think I may be wrong about Weasel. It exposes this function, used by boot-cljs-repl: https://github.com/tomjakubowski/weasel/blob/master/src/clj/weasel/repl/websocket.clj#L32-L38. I've tried to use it to pass in an |
I tried setting output-dir to Boot-cljs tmp-dir which I think would be the correct value, but didn't have success. The repl kept creating https://github.com/adzerk-oss/boot-cljs-repl/compare/repl-output-dir?expand=1 |
boot-cljs-repl is polluting my project directory by compiling to "out/" instead of "target/*".
When I connect to the nREPL server and type
(start-repl)
to start the CLJS REPL, an "out/" directory is created.The text was updated successfully, but these errors were encountered: