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: 19 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T15:41:01.000Z (about 2 months ago)
- Last Synced: 2025-01-06T17:55:21.178Z (30 days ago)
- Topics: brotli-compression, developer-tools, gzipped-files, javascript, joomla, npm, tool
- Language: JavaScript
- Homepage: https://dgrammatiko.online
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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`