An open API service indexing awesome lists of open source software.

https://github.com/dgrammatiko/compress

Create recursively gzip (and brotli) files for all the minified stylesheets javascript files in a folder
https://github.com/dgrammatiko/compress

brotli-compression developer-tools gzipped-files javascript joomla npm tool

Last synced: 9 months ago
JSON representation

Create recursively gzip (and brotli) files for all the minified stylesheets javascript files in a folder

Awesome Lists containing this project

README

          

# Compress

Compresses any `.min.js` and `.min.css` files in the current folder (recursively).
Any existing output files (`.gz`) will always be recreated.

## How to
- Go to the folder that stores all your static assets (`.min.js` and `.min.css`)
- execute `npx --no-install github:dgrammatiko/compress`