aanantaco/Static Site Minifier
Minify a static site (HTML, CSS, JS) using a prebuilt static-site-minifier binary downloaded from GitHub releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 31, 2026
- License
- MIT
Pinned Snippet
uses: aanantaco/static-site-minifier@41d39ae581c09cf7debf5ae0bb0da8cf301585bc # v1.0.24-41d39aetags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release tag to download (for example v0.3.1-abc1234), or "latest" for the newest release. | no | latest |
| src | Source directory to minify. | no | src |
| dest | Destination directory for the minified site. | no | dist |
Outputs
| name | description |
|---|---|
| version | The release tag the binary was downloaded from. |