nizarmah/Auto Minify
Minifies JS and CSS files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory that contains the files you want to minify. Defaults to current directory (.) | no | . |
| output | Directory that contains the minified files. Defaults to same directory | no | "" |
| overwrite | Overwrites the existing files with the minified version. Defaults to false. | no | false |
| maxdepth | Descend at most levels (a non-negative integer) levels of directories below the starting-points. | no | "" |
| js_engine | Specifies which of the supported packages minifies JS files. | no | babel |
| css_engine | Specifies which of the supported packages minifies CSS files. | no | lightning |
Outputs
no outputs