sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

rake jasmine not working #26

Closed nat-n closed 12 years ago

nat-n commented 12 years ago

I just started trying to follow the tutorial. Installing the jax gem v2.0.2, creating the dungeon project and the bundle install command all seemed to work fine.

However rake jasmine resulted in: rake aborted! Don't know how to build task 'jasmine'

This was not with previous versions of jax.

sinisterchipmunk commented 12 years ago

The rake jasmine task has been replaced with the jax server command. In a Rails application, this is equivalent to rails server.

sinisterchipmunk commented 12 years ago

The tutorials should have all been updated with the new command. If you see the old command anywhere, please raise that as a separate issue. Thanks!