Preserve copyrights in JS compressor

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent a4c621bf38
commit 4078cb3af2
  1. 2
      Makefile
  2. 3
      lemonldap-ng-portal/site/htdocs/static/common/js/u2f-api.min.js

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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save