Leanify
Leanify copied to clipboard
How can I restrict specific files or file types from being optimized?
I want to prevent Leanify from minimizing XML files - I prefer readability - and whatever it's doing to binary jar files.
Not currently possible, I'm open to suggestions on how such a feature should be implemented.
Not sure if you are asking for a command syntax or rather about the code needed for this.
Example:
- leanify --parallel --no-type "jpg xml json"
- leanify --fastmode --only-type 'jpg jpeg'