A simple tool for minifying CSS files.
-
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.
$ mini "inputFile.css" "outputFile.css"
$ mini "inputFile.css" -o "outputFile.css"
$ mini "inputFile.css"
Output fie will be named
inputFile.min.css