static_compress 0.2.0 copy "static_compress: ^0.2.0" to clipboard
static_compress: ^0.2.0 copied to clipboard

Dart 1 only

Compressor (gzip, webp) for static assets.

static_compress #

Tool for precompressing static assets (.html -> .html.gz). All original files (except .webp and .gz are left intact. Only updates changed files.

Prerequisites #

zopfli, cwebp

If any of these commands not available then correspondent files won't be processed.

Installing #

pub global activate static_compress

Running #

pub global run static_compress --dir <dir_to_process> [--meta <dir_to_store_meta>] [--threads <max_threads>]
0
likes
15
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Compressor (gzip, webp) for static assets.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

args, crypto, logging, path, which

More

Packages that depend on static_compress