HTML5 Zone is brought to you in partnership with:

Hirvesh Munogee is a freelance web developer who also happens to have a passion for blogging. Hirvesh is a DZone MVB and is not an employee of DZone and has posted 167 posts at DZone. You can read more from them at their website. View Full User Profile

csCSSc - A Client-Side CSS (De) Compressor

06.14.2012
| 2104 views |
  • submit to reddit
csCSSc is a client-side CSS (de) compressor  which can compress CSS-code to save bandwidth by removing unnecessary white-space characters from CSS code and also decompress/pretty print CSS-code for readability and maintainability of the CSS-code.  The typed or pasted CSS-code should be valid CSS Level 1 and/or 2 code.


Features

Currently the script performs the following actions on valid CSS-code:
  • Optionally, remove all comments:  All CSS comment-instructions can be removed, eg. everything between `/*' and `*/'.
  • Remove unnecessary white-space: All unnecessary white-space characters are removed. Additionaly, one may choose to remove all newline characters as well, resulting in a single-line file.
  • Remove unnecessary value-types: When a value of a property equals `0' (zero), the compressor will remove type-declarations from the value, like `px' and `em'.


Requirements: None
Demohttp:/ / www. automotivecenter. nl/ diversen/ utility/ csscompressor/
License: GPLv2
Published at DZone with permission of Hirvesh Munogee, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Tags: