Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 511 Bytes

README.org

File metadata and controls

25 lines (17 loc) · 511 Bytes

Minify - A CSS minifier

Remove comments and unnecessary whitespaces from a CSS file.

Compilation

It’s very simple.

g++ -std=c++11 -o minify minify.cpp

or, if you have GNU Make installed, run make to compile the program, and make test for running the program on the example.css file.

make test

Usage

minify <path-to-a-css-file> <ouput-file-path>