Browse Source

Choose InitJS minify method explicitly

v1.0-maintenance
Sami Vaarala 10 years ago
parent
commit
7985c5bed4
  1. 2
      Makefile

2
Makefile

@ -729,7 +729,7 @@ doc/%.html: doc/%.txt
# XXX: make prints a harmless warning related to the sub-make.
dist: compiler.jar cloc-1.60.pl
@make debuglogcheck
sh util/make_dist.sh
sh util/make_dist.sh --minify closure
.PHONY: dist-src
dist-src: dist

Loading…
Cancel
Save