Simple css optimizer which removes tabs, spaces, new lines and joins all css files into one. This script is created for my needs. If you like to contribute and add some new features for some reason, just contact me :)
- Removes tabs, spaces and new lines.
- Joins all css files into one.
- Copy
CssOptimizer.py
to your project. - Create file named
config.cssopt
and set the path to your css files (Check example file). - Run scipt using python:
python CssOptimizer.py
- Python installed (To check which version do you have or do you have python at all, run
python --version
)