More information about the Underscore mailing list

[_] Password safekeeping & CSS/JS compression

Tim Beadle tim.beadle at gmail.com
Fri Mar 2 13:42:50 GMT 2007

On 02/03/07, Iwein Dekoninck <iwein at 3sixty.co.uk> wrote:
> Question 2: Looking for an app that takes comments and white space out
> of (X)HTML, CSS and JS files. Not looking for obfuscation, but
> optimisation (CSS shorthand etc) is not an issue. In a spectrum from not
> that useful to ideal at the one end it would be an online thing where I
> can copy and paste code and process and copy/ paste back into my file.
> To be honest I could write this myself. On the ideal spectrum of the
> scale, it would be a Win desktop app that I can let loose on a specific
> folder/folders and look at specific extensions.

Dunno about HTML & CSS, but Dean Edwards's Packer seems to be the
thing for compressing Javascript:
http://dean.edwards.name/packer/

Tim