From 5403bf53ba62e19cd2ba09ac7b0a33d401d77a01 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 23 Jan 2012 00:22:02 -0800 Subject: [PATCH] workaround for coffeescript issue #2063 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c85bc8..28d5cc6 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif build: $(appjs) $(appjs): $(views) $(src) - coffee -p -j -c src/ $(coffee_min) >$(appjs) + cat src/*.coffee | coffee -ps $(coffee_min) >$(appjs) handlebars $(views) $(handlebars_min) -k if >>$(appjs) clean: