Detect coffee modification

This commit is contained in:
Xavier Guimard 2016-03-21 17:52:43 +00:00
parent 180e97a4d8
commit 8e0aff1988
1 changed files with 3 additions and 1 deletions

View File

@ -260,7 +260,9 @@ all: configure common handler manager portal
configure: json common_conf handler_conf portal_conf manager_conf
minify: $(JSDSTFILES) $(CSSDSTFILES)
js: $(COFFEEDSTFILES)
minify: js $(JSDSTFILES) $(CSSDSTFILES)
$(SRCMANAGERDIR)/site/static/js/%.js: $(SRCMANAGERDIR)/site/coffee/%.coffee
@if which coffee >/dev/null; then \