Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.08 KB

Mini - The CSS Minifier

A simple tool for minifying CSS files.

Version Release Date Tag

Installation

  • Download it for 64bit windows x64 from here.

  • Or compile it yourself for your platform from source code.

    $ git clone "https://github.com/codeAbinash/mini.git"

    Open the project in your favorite IDE and compile it. For example, if you are using codeblocks then open the project file mini.cbp and compile it.

Add it to your path variable so that you can use it from anywhere.

How to use

$ mini "inputFile.css" "outputFile.css"
$ mini "inputFile.css" -o "outputFile.css"
$ mini "inputFile.css"

Output fie will be named inputFile.min.css