Created
March 10, 2010 00:30
-
-
Save saimonmoore/327327 to your computer and use it in GitHub Desktop.
watchr script for wax specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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