andrewn + compression   6

Carsonified » Serving JavaScript Fast
pared to JavaScript, CSS is relatively simple to compress. Because of a general lack of quoted strings (typically paths and font names) we can mangle the whitespace using regular expressions. In the cases where we do have quoted strings, we can nearly always collapse a whitespace sequence into a single space (since we don’t tend to find multiple sp
javascript  compression  article  tips 
november 2009 by andrewn

Copy this bookmark:



description:


tags: