cssmin

A Python port of the YUI CSS compression algorithm
Download

cssmin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Zachary Voase
  • Publisher web site:
  • http://github.com/disturbyte/

cssmin Tags


cssmin Description

A Python port of the YUI CSS compression algorithm cssmin is a Python port of the YUI CSS compressor. Install it:easy_install cssmin # ORpip install cssminUse it from the command-line:cssmin --helpcat file1.css file2.css file3.css | cssmin > output.min.csscssmin --wrap 1000 < input.css > output.cssOr use it from Python:>>> import cssmin>>> output = cssmin.cssmin(open('input.css').read())>>> print output Requirements: · Python


cssmin Related Software