CSS / JS Minifier

Strip comments and unnecessary whitespace to shrink file size.

Why minify

Removing whitespace and comments reduces file size, which means faster downloads and quicker page loads. This basic minifier is safe for most code but always keep an unminified source copy for editing.