mirror of https://github.com/perkeep/perkeep.git
TODO: file embed notes
Change-Id: Ia0d35ca91f9d21724d90e90788108a21419562bc
This commit is contained in:
parent
fc2597e01f
commit
5b2b2ca267
8
TODO
8
TODO
|
@ -14,6 +14,14 @@ Offline list:
|
||||||
directories". make.go could further have a flag.Bool to do the
|
directories". make.go could further have a flag.Bool to do the
|
||||||
zembed, defaulting to true.
|
zembed, defaulting to true.
|
||||||
|
|
||||||
|
Despite the full Closure source being 10 MB, it's only 2 MB if we
|
||||||
|
compress it and embed a zip or .tar.gz in the static binary:
|
||||||
|
|
||||||
|
$ find tmp/closure-lib/closure/ -name '*.js' | xargs cat | wc
|
||||||
|
327098 1214807 10449092
|
||||||
|
$ find tmp/closure-lib/closure/ -name '*.js' | xargs cat | gzip -c | wc
|
||||||
|
7436 58545 1932707
|
||||||
|
|
||||||
-- tests for all cmd/* stuff, perhaps as part of some integration
|
-- tests for all cmd/* stuff, perhaps as part of some integration
|
||||||
tests.
|
tests.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue