diff makefile @ 1417:9db73555b129

split code out of live/ Ignore-this: e19f398c4824044a528157a670b2c956
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 10 Jun 2016 16:54:34 +0000
parents 0b2edd4de97a
children 185f3e2208c3
line wrap: on
line diff
--- a/makefile	Fri Jun 10 12:09:59 2016 +0000
+++ b/makefile	Fri Jun 10 16:54:34 2016 +0000
@@ -101,4 +101,4 @@
 effect_node_setup: create_virtualenv packages binexec install_python_deps
 
 coffee:
-	coffee -cw light9/web/{.,timeline}/*.coffee
+	zsh -c 'coffee -cw light9/web/{.,live,timeline}/*.coffee'