Sutto / barista

Simple, transparent CoffeeScript support for Rails and Rack apps.
MIT License
398 stars 27 forks source link

rake assets:precompile not working #59

Open erichjrusch opened 12 years ago

erichjrusch commented 12 years ago

When I install Barista and afterwards try to run rake assets:precompile, clean, etc I get the following error...

rake aborted! uninitialized constant Barista

Tasks: TOP => environment (See full trace by running task with --trace) rake aborted! Command failed with status (1): [/Users/erichrusch/.rvm/rubies/ruby-1.9.3-p...]

Tasks: TOP => assets:clean (See full trace by running task with --trace)

Any ideas?

Sutto commented 12 years ago

Hi there ejrusch,

What do you have in your Gemfile for Barista?

erichjrusch commented 12 years ago

gem "barista"

Sutto commented 12 years ago

Would it be possible to get the full output of Rake with --trace?

Alternatively, shoot me an email if you'd like to chat somewhere (irc / skype im etc) and I can try and help debug faster than a back and forth.