Guardfile in joosy-1.0.0.RC5 vs Guardfile in joosy-1.0.0.RC6

- old
+ new

@@ -1,4 +1,12 @@ +begin + if RUBY_PLATFORM.include?('linux') + require 'rb-notify' + require 'libnotify' + end +rescue LoadError +end + require 'coffee_script' guard 'coffeescript', :output => 'tmp/spec/javascripts', :all_on_start => true do watch(%r{^spec/javascripts/(.+)[sS]pec\.js\.coffee$}) end