madchatter / mad_chatter

Mad Chatter is a fun, easy to customize chat server written in Ruby utilizing HTML 5 Server Sent Events
http://madchatter.github.io/
MIT License
12 stars 6 forks source link

require_tree argument must be a directory #10

Closed kethomassen closed 11 years ago

kethomassen commented 11 years ago

Getting this on Rails 4 using Thin.

Sprockets::ArgumentError at / require_tree argument must be a directory (in /Users/kristian/.rvm/gems/ruby-2.0.0-p247/bundler/gems/mad_chatter-ee18ab091e83/app/assets/javascripts/mad_chatter/application.js:19)

andrewhavens commented 11 years ago

Thanks @kethomassen. I forgot that git does not track empty directories, so it was working for me locally because I manually created the directory. The problem should be fixed now.