0.1.3 • Published 7 years ago

css-merge v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

css-merge

Simple CLI tool to merge redundant CSS files, developed for streamlining website error-fixing process.

Install

Clone this git repo, use "npm install css-merge", or "yarn add css-merge"

Install Globally

Use "npm install -g css-merge", or "yarn global add css-merge"

Command Line Usage

Usage: css-merge options

Options:

-h, --help            output usage information
-V, --version         output the version number
-i --input [input]    Input directory with CSS Files To Combine, defualt is current directory.
-o --output [output]  Output CSS file name, default is output.css
-m --minify           Minify the output CSS
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago