tethysplex/Src Minier
Minifies JS, CSS, and HTML files using Minify.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to a directory or a single file to minify. | no | — |
| types | Comma-separated list of file types to minify (e.g., js,css,html). If "path" is a directory, these types will be minified. | no | — |
| type | A single file type to minify (js, css, or html). This takes precedence over "types". | no | — |
| file_list | Comma-separated list of specific files to minify. This takes precedence over "path" and "types". | no | — |
| options | JSON string of options to pass to Minify. | no | — |
Outputs
no outputs