Python

Python is a general-purpose high-level programming language. Its design philosophy emphasizes code readability. Python claims to "[combine] remarkable power with very clear syntax", and its standard library is large and comprehensive.

Asset Deflator (2010)

Description: This script can help you reduce your website loading times by minimizing the size of your website static resources.

It can minify CSS files (using YUI compressor), compile JavaScript files (using Google Closure Compiler) and compress images (using jpegoptim and optipng).

Not only it can compile external JavaScript files, but it can also find and automatically compile blocks of inline JavaScript and internal CSS code located in your templates / html files.

It would ideally be used some where in your website deployment process.

Github URL: http://github.com/Kami/Asset-Deflator (README)
Downloads URL: http://github.com/Kami/Asset-Deflator/downloads
Requirements:

Changelog:
  • Asset Deflator 1.0.1 - (23.01.2010)
    • Now multiple instances can run at once, but only if they are working on different paths (—path option)
  • Asset Deflator 1.1.0 - (19.01.2010)
    • Added support for minification of inline (internal) CSS styles (—minify-inline-css)
    • Only one instance of program is allowed to run at once
    • Tweaked regular expressions for matching CSS and JavaScript blocks
    • Size of all assets before and after compression process is displayed if using —statistics option
  • Asset Deflator 1.0.0 - (17.01.2010)
    • First release

<< Back to "Python"

Get in touch

From my library