Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 675 Bytes

CssSimpleOptimizer

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 :)

What script does?

  • Removes tabs, spaces and new lines.
  • Joins all css files into one.

How to use it?

  • 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

Requirements

  • Python installed (To check which version do you have or do you have python at all, run python --version)