cssmin-go

command module
v0.0.0-...-db23acf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2016 License: BSD-3-Clause Imports: 7 Imported by: 0

README

Introduction

Command cssmin-go is a utility for the minimization of CSS. It is based on the package github.com/dchest/cssmin. The minimization is performed with a sequence of transforms based on regular expressions.

This limited documentation is also available on godoc.

Usage

Usage: ./cssmin-go [OPTION]... FILE_NAME...

Options:
  -o string
    	Filename for the minimized output
  -v	Print extra statistics after minimization

If no output filename is provided, the minified CSS is written to standard out.

Multiple input filenames can be provided. The data from those files will be concantenated prior to minimization. Alternatively, the user can provide no input filenames, in which case input will be taken from stdin.

Documentation

Overview

Command cssmin-go is a utility for the minimization of CSS. It is based on the package github.com/dchest/cssmin. The minimization is performed with a sequence of transforms based on regular expressions.

Usage: ./cssmin-go [OPTION]... FILE_NAME...

Options:
  -o string
    	Filename for the minimized output
  -v	Print extra statistics after minimization

If no output filename is provided, the minified CSS is written to standard out.

Multiple input filenames can be provided. The data from those files will be concantenated prior to minimization. Alternatively, the user can provide no input filenames, in which case input will be taken from stdin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL