Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days 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`