mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

no such file to load -- osx/foundation (LoadError) #29

Closed ionas closed 14 years ago

ionas commented 14 years ago

USERNAME@MACHINE: ~/Sites/rails/depot $ livereload

Version: 1.4 (compatible with browser extension versions 1.4.x) Port: 35729 Watching: /Users/USERNAME/Sites/rails/depot

LiveReload is waiting for browser to connect. internal:lib/rubygems/custom_require:29:in require': no such file to load -- osx/foundation (LoadError) from <internal:lib/rubygems/custom_require>:29:inrequire' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/platform/mac/rubycocoa_watcher.rb:2:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:inrequire' from internal:lib/rubygems/custom_require:29:in require' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/platform/mac.rb:16:inblock in initialize' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/invokers/subprocess_invoker.rb:61:in call' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/invokers/subprocess_invoker.rb:61:instart_subprocess' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/invokers/subprocess_invoker.rb:20:in initialize' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/platform/mac.rb:25:innew' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/platform/mac.rb:25:in initialize' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/monitor.rb:35:innew' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/em-dir-watcher-0.9.4/lib/em-dir-watcher/monitor.rb:35:in watch' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/lib/livereload.rb:175:inrestart_watching' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/lib/livereload.rb:243:in block (2 levels) in run' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/lib/livereload.rb:243:ineach' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/lib/livereload.rb:243:in block in run' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:incall' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in run_machine' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:inrun' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/lib/livereload.rb:215:in run' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/gems/livereload-1.4/bin/livereload:51:in<top (required)>' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/bin/livereload:19:in load' from /Users/USERNAME/.rvm/gems/ruby-1.9.2-p0/bin/livereload:19:in

'

my .livereload (nothing special I guess)

config.apply_js_live = true config.apply_css_live = true config.grace_period = 0.05

dottedmag commented 14 years ago

Dup of #26