/clean-css-standalone

Clean-css as a standalone script

Primary LanguageCSSMIT LicenseMIT

Build Status devDependency Status

What is clean-css-standalone?

Clean-css-standalone is (obviously) a standalone version of clean-css CSS minifier.

All you need to do is to grab clean-css.js file and put it somewhere in your project. The only dependency is Node.js itself.

Usage

How to use it?

node path/to/clean-css.js

See the clean-css repository for examples (remember to always replace 'cleancss' with 'node clean-css.js').

License

Clean-css-standalone are released under the MIT License.