This commit is contained in:
John Bintz 2011-05-23 21:29:56 -04:00
parent 00fbd41f07
commit 2d4c9f1b12
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Whoa, it works with Guard! So fast!
guard 'jasmine-headless-webkit' do
watch(%r{^app/assets/javascripts/(.*)\..*}) { |m| newest_js_file("spec/javascripts/#{m[1]}") }
end
Guard options:
* `:all_on_start => false` to not run everything