/cli-css-minify

A CSS minifier for Linux command line

Primary LanguagePHP

CSS Minifier for CL Linux

A simple script that quickly minifies a .css file and outputs a .min.css file. The script takes a single argument of <foo.css> filename, and creates a modified <foo.min.css> file in the current working directory.

Written using PHP