diff makefile @ 1713:bd0c83b063df

bower, polymer, coffee updates Ignore-this: 39b3c5edc1ea34c1f138c538341269f
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 04 May 2018 07:58:13 +0000
parents 05248a7c2c51
children 66a55cb17cbf
line wrap: on
line diff
--- a/makefile	Fri May 04 03:10:36 2018 +0000
+++ b/makefile	Fri May 04 07:58:13 2018 +0000
@@ -75,7 +75,7 @@
 ### build ###
 
 coffee:
-	zsh -c 'coffee --map -cw light9/web/{.,live,timeline,paint,effects}/*.coffee'
+	zsh -c 'cd light9/web; ../../node_modules/coffeescript/bin/coffee --map -cw {.,live,timeline,paint,effects}/*.coffee'
 
 mypy-collector: env-mypy/bin/mypy
 	env-mypy/bin/mypy --py2 --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep bin/collector light9/collector/*.py
@@ -126,7 +126,7 @@
 	npm install
 
 test_js:
-	coffee -c light9/web/*.coffee
+	node_modules/coffeescript/bin/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: