Software Details:
Version: 0.2.2
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 65
Sqwish takes a simple approach to CSS code minifying.
It removes whitespace, removes comments, combine duplicate selectors and merge duplicate properties.
Just feed it a CSS file via the Node.js CLI and it will automatically create a minified copy for it.
Requirements:
- Node.js 0.4.1 or higher
Limitations:
- Sqwish does not verify code, it only compresses it. Before feeding CSS files to Sqwish they should first be validated.
Comments not found