Open revelt opened 8 years ago
Is there a way to minify all HTML files recursively in a given folder?
The following does not work: minimize --output public/**/*.html public/**/*.html
minimize --output public/**/*.html public/**/*.html
This might not supported right now. But I'd be happy to accept a PR that makes this available
Is there a way to minify all HTML files recursively in a given folder?
The following does not work:
minimize --output public/**/*.html public/**/*.html