Skip to content

MilanNz/CssSimpleOptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)