项目作者: MilanNz

项目描述 :
Simple css optimizer
高级语言: Python
项目地址: git://github.com/MilanNz/CssSimpleOptimizer.git
创建时间: 2017-03-06T19:10:32Z
项目社区:https://github.com/MilanNz/CssSimpleOptimizer

开源协议:MIT License

下载


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)