workaround for coffeescript issue #2063

This commit is contained in:
Andrew Kelley 2012-01-23 00:22:02 -08:00
parent cbd39955f2
commit 5403bf53ba

View file

@ -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: