derailed / motion-awesome

As if more awesomeness was needed
40 stars 14 forks source link

uninitialized constant MotionAwesome::MotionMap (NameError) #4

Open nclzz opened 11 years ago

nclzz commented 11 years ago

I have the following error in the app:

Terminating app due to uncaught exception 'NameError', reason: 'awesome.rb:28:in `parse_options:': uninitialized constant MotionAwesome::MotionMap (NameError)

I'm trying to run the example.

zxiest commented 10 years ago

Add require 'motion-map' to your Rake file. It's a motion-awesome dependency but it seems it's not getting loaded.

nathanbertram commented 10 years ago

Solved it for me - thanks @zxiest

zxiest commented 10 years ago

Good to hear, @nathanbertram :-)