diff makefile @ 1363:233b81d9bd9d

simple first version of SyncedGraph.runHandler Ignore-this: bbe6aa9fe4edd0de1564b57c1077e711
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 06 Jun 2016 05:57:30 +0000
parents 168262618f2d
children a287ed391ed5
line wrap: on
line diff
--- a/makefile	Sun Jun 05 22:41:04 2016 +0000
+++ b/makefile	Mon Jun 06 05:57:30 2016 +0000
@@ -17,6 +17,10 @@
 	coffee -c light9/web/*.coffee
 	node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register --globals window,N3 light9/web/graph_test.coffee
 
+test_js_watch:
+	# have coffee continuously running
+	watch -c node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register --globals window,N3 light9/web/graph_test.coffee --colors
+
 # needed packages: python-gtk2 python-imaging
 
 binexec: