[Pkg-javascript-commits] [sockjs-client] 132/434: Check if coffee is available before running it.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 82a4c7cf3c45100bbf8d43f55f02812be78e97bf
Author: Marek Majkowski <majek04 at gmail.com>
Date: Tue Sep 6 17:31:01 2011 +0100
Check if coffee is available before running it.
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 4641ae9..49c5a5b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ tests/html/lib/sockjs.js: sockjs.js
cp $< $@
tests/html/lib/tests.js: tests/html/src/tests.coffee
+ @coffee -v > /dev/null
coffee -o tests/html/lib/ -c --bare $<
test: tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list