Use Guard with jasmine-headless-webkit
Go to file
John Bintz 5b5b112ade tweak gemspec 2011-05-23 21:38:29 -04:00
lib/guard yeah, it's working 2011-05-23 21:28:01 -04:00
spec yeah, it's working 2011-05-23 21:28:01 -04:00
.gitignore initial commit 2011-05-23 18:37:19 -04:00
Gemfile yeah, it's working 2011-05-23 21:28:01 -04:00
Guardfile yeah, it's working 2011-05-23 21:28:01 -04:00
README.md readme 2011-05-23 21:29:56 -04:00
Rakefile initial commit 2011-05-23 18:37:19 -04:00
guard-jasmine-headless-webkit.gemspec tweak gemspec 2011-05-23 21:38:29 -04:00

README.md

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