manvir1236/cli-minifier

Command Line Tool For Minify CSS, JS

1.3 2019-01-22 06:01 UTC

This package is auto-updated.

Last update: 2024-03-29 03:09:42 UTC


README

Command Line Tool for Minify CSS, JS

Installation

composer global require manvir1236/cli-minifier

Usage

  • Navigate to directory where CSS, JS files are kept.
  • Run the following Command.
minify min filename.css
  • For multiple files
minify min file1.css,file2.css,file1.js,file2.js