1.1.2 • Published 6 years ago

webnano v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

webnano NPM version

Speeding up your web sites by minifying html, css, javascript and images (jpeg, png, gif, svg).

Installation

npm i -g webnano

Usage

If your site folder is in C:\www\html, you can minify your web site with the command-line.

webnano C:\www\html

Then, minified site folder C:\www\html-minified is created.

Options

 -l, --lossless            Lossless compression for image
 -o, --output <directory>  You can specify output directory
 -q, --quiet               no output in console
 -h, --help                output usage information