We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i followed the modern-cljs tutorial,
when i use
boot cljs
no problems but
boot cljs target -d wtf
fails with
"Can't move file to diffrent drive"
boot -V http://boot-clj.com Wed Dec 30 23:32:28 CET 2015 BOOT_CLOJURE_NAME=org.clojure/clojure BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.5.3
boot -V
BOOT_CLOJURE_NAME=org.clojure/clojure BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.5.3
The text was updated successfully, but these errors were encountered:
150fb50
Just pushed version 2.5.4. Can you please do boot -u and try again? Issue should be fixed now, thanks for the report!
boot -u
Sorry, something went wrong.
Hi micha,
boot -u dose nothing for me...
i did
boot -V > boot.properties
and changed the boot version to 2.5.4.
The result: https://gist.github.com/talvdav/5eaeea16226a767bb17d
I suspect it's due to clojars repository been down....
oh ok, i'll wait and try again later then...
Hey again,
everything works now thank you!
No branches or pull requests
Hi,
i followed the modern-cljs tutorial,
when i use
no problems
but
fails with
The text was updated successfully, but these errors were encountered: