Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
Create recursively gzip (and brotli) files for all the minified stylesheets javascript files in a folder
- Host: GitHub
- URL: https://github.com/dgrammatiko/compress
- Owner: dgrammatiko
- License: mit
- Created: 2020-10-14T21:07:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T10:18:32.000Z (about 1 month ago)
- Last Synced: 2024-10-21T19:58:48.342Z (18 days ago)
- Topics: brotli-compression, developer-tools, gzipped-files, javascript, joomla, npm, tool
- Language: JavaScript
- Homepage: https://dgrammatiko.online
- Size: 222 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`