-
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
:analyze-path and other REPL options #22
Comments
Good info here: http://blog.fikesfarm.com/posts/2015-06-10-analyze-path-ftw.html |
The problem with analyze path is that cljs sources are not necessarily in one path. But we can create a tmpdir to which we copy all the cljs files (and cljc and clj?). I guess this needs to be done only once, at the start up. |
If I remember correctly, boot-cljs, copies all files in fileset to one directory before the build. So this would be easier to implement once boot-cljs-repl has been merged into boot-cljs. |
Is boot-cljs-repl going to be merged into boot-cljs? |
Could we/ should we add support for :analyze-path and other REPL options described here:
https://github.com/clojure/clojurescript/wiki/REPL-options
The text was updated successfully, but these errors were encountered: