A basic, portable CSS minifier which makes minified CSS files for faster access and lowering memory space usage.
This basically trims whitespace and removes comments. It doesn't do any lexical analyzing, so complex or twisted cases may make it fail.
- Python 2.7.6 and higher
python cssmin.py
Then the GUI opens up. Browse for the given CSS file. Click on the minify button to minify the CSS file. The minified css file is stored with the extension _min.css
Given the following input file, style.css
The output file is style_min.css
.
Saif Ali
37, CS B 6th semester
USN - 4JC14CS086
Rahul Amin,
33, CS B 6th semester
USN - 4JC14CS032