From 28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 2 Apr 2012 02:37:41 -0400 Subject: regorg files --- alias-angular/scripts/watchr.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 alias-angular/scripts/watchr.rb (limited to 'alias-angular/scripts/watchr.rb') diff --git a/alias-angular/scripts/watchr.rb b/alias-angular/scripts/watchr.rb new file mode 100755 index 0000000..89ef656 --- /dev/null +++ b/alias-angular/scripts/watchr.rb @@ -0,0 +1,19 @@ +#!/usr/bin/env watchr + +# config file for watchr http://github.com/mynyml/watchr +# install: gem install watchr +# run: watch watchr.rb +# note: make sure that you have jstd server running (server.sh) and a browser captured + +log_file = File.expand_path(File.dirname(__FILE__) + '/../logs/jstd.log') + +`cd ..` +`touch #{log_file}` + +puts "String watchr... log file: #{log_file}" + +watch( '(app/js|test/unit)' ) do + `echo "\n\ntest run started @ \`date\`" > #{log_file}` + `scripts/test.sh &> #{log_file}` +end + -- cgit v1.2.3-70-g09d2