workaround for coffeescript issue #2063
This commit is contained in:
parent
cbd39955f2
commit
5403bf53ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue