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
Hello,
Is there a downloadable finished build of this project (both full and minified would be awesome).
I have tried to build using both bpm and bundler, but they both report back with errors.
bpm responds with: "internal:lib/rubygems/custom_require:29: stack level too deep (SystemStackError)" even after setting "limit -u 12000".
builder install responds with: "Could not find rake-0.9.2 in any of the sources" even though sproutcore-statecharts builds just find with rake 0.9.2.
The text was updated successfully, but these errors were encountered:
Do a "gem install rake --version 0.9.2". After doing that you will probably need to install other dependencies in a similar manner.
Sorry, something went wrong.
After you fix the dependencies run bundle, then rake.
No branches or pull requests
Hello,
Is there a downloadable finished build of this project (both full and minified would be awesome).
I have tried to build using both bpm and bundler, but they both report back with errors.
bpm responds with: "internal:lib/rubygems/custom_require:29: stack level too deep (SystemStackError)" even after setting "limit -u 12000".
builder install responds with: "Could not find rake-0.9.2 in any of the sources" even though sproutcore-statecharts builds just find with rake 0.9.2.
The text was updated successfully, but these errors were encountered: