Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created March 10, 2010 00:30
Show Gist options
  • Select an option

  • Save saimonmoore/327327 to your computer and use it in GitHub Desktop.

Select an option

Save saimonmoore/327327 to your computer and use it in GitHub Desktop.
watchr script for wax specs
WAX_PATH = File.expand_path("wax")
watch( 'data/scripts/tests/(.*)\.lua' ) {|md| system("#{WAX_PATH}/bin/hammer --headless WAX_TEST=YES") }
watch( 'data/scripts/(.*)\.lua' ) {|md| system("#{WAX_PATH}/bin/hammer --headless WAX_TEST=YES") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment