Open joachimhs opened 13 years ago
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.
Do a "gem install rake --version 0.9.2". After doing that you will probably need to install other dependencies in a similar manner.
After you fix the dependencies run bundle, then rake.
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.