From ded02b04dc18293b1e2a83638ee7fdd1540b645a Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sat, 23 Jan 2016 07:03:53 +0000 Subject: [PATCH] Avoid delete minified files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70339c6e8..832666889 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ minify: $(JSDSTFILES) $(CSSDSTFILES) # json: $(MANAGERJSONDST) - -$(MAKE) minify + @if which yui-compressor; then $(MAKE) minify; fi $(MANAGERJSONDST): $(MANAGERJSONSRC) ./scripts/jsongenerator.pl