Fix makefile (map files building)

This commit is contained in:
Christophe Maudoux 2019-08-13 21:08:20 +02:00
parent 2e9f57ab6f
commit 418b3f75c4
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ $(SRCMANAGERDIR)/site/htdocs/static/js/%.js: $(SRCMANAGERDIR)/site/coffee/%.coff
%.min.js: %.js
@echo "Compressing $*.js"
@uglifyjs --compress --mangle --comments='/Copyr/i' --source-map -o $*.min.js $*.js
@uglifyjs $*.js --compress --mangle --comments='/Copyr/i' --source-map $*.min.js.map -o $*.min.js
fastcgi-server/man/llng-fastcgi-server.1p: fastcgi-server/sbin/llng-fastcgi-server
@echo Update FastCGI server man page