-
Notifications
You must be signed in to change notification settings - Fork 34
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
Invocation of cljsbuild from cljx auto #35
Comments
I run |
I had both open in two windows can you describe the exact invocation you are using and does it work? cljsbuild fails for me with reader issues, seems like cljx is probably deleting a dir it needs. I also place my cljx output in target/classes not sure if that matters, but having a dir as an output and a source probably is causing some issues (despite it being recommended on cljx readme) |
I now run this alias and it seems to work fine: (server is an another alias for ring server headless) admittedly my project is small, not sure if that will affect it. |
Trimming the scope of 0.5.0 so as to cut a release addressing pressing issues. Will circle back later. |
Out-of-the-box, cljx auto does not provide a means of calling cljsbuild (once?) upon run.
Some workflow or configuration for getting the effect of both "lein cljx auto" and "lein cljsbuild auto" should be documented as supported.
The text was updated successfully, but these errors were encountered: