8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I just tried Natal on a Mac that only had Java 6 installed. You get a java.util.regex.PatternSyntaxException during the lein cljsbuild once dev phase.
java.util.regex.PatternSyntaxException
lein cljsbuild once dev
I think we need at least Java 7 (based on the ClojureScript Quick Start).
Perhaps the minimum Java dep could be added to those enumerated in the README.md
README.md
The text was updated successfully, but these errors were encountered:
171288f
No branches or pull requests
I just tried Natal on a Mac that only had Java 6 installed. You get a
java.util.regex.PatternSyntaxException
during thelein cljsbuild once dev
phase.I think we need at least Java 7 (based on the ClojureScript Quick Start).
Perhaps the minimum Java dep could be added to those enumerated in the
README.md
The text was updated successfully, but these errors were encountered: