clean-css-cli
Advanced tools
Comparing version 4.1.11 to 4.2.0
@@ -0,1 +1,6 @@ | ||
[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.1...v4.2.0) | ||
================== | ||
* Bumps clean-css dependency to 4.2.0. | ||
[4.1.11 / 2018-03-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.10...v4.1.11) | ||
@@ -51,3 +56,3 @@ ================== | ||
[4.1.0 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.0...v4.1.1) | ||
[4.1.1 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.0...v4.1.1) | ||
================== | ||
@@ -54,0 +59,0 @@ |
{ | ||
"name": "clean-css-cli", | ||
"version": "4.1.11", | ||
"version": "4.2.0", | ||
"description": "A command-line interface to clean-css CSS optimization library", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"dependencies": { | ||
"clean-css": "^4.1.9", | ||
"clean-css": "^4.2.0", | ||
"commander": "2.x", | ||
@@ -39,0 +39,0 @@ "glob": "7.x" |
@@ -50,4 +50,5 @@ <h1 align="center"> | ||
```shell | ||
npm install clean-css-cli | ||
npm install clean-css-cli -g | ||
``` | ||
Note: Global install via -g option is recommended unless you want to execute the binary via a relative path, i.e. ./node_modules/.bin/cleancss | ||
@@ -82,2 +83,3 @@ # Use | ||
* [clean-css 4.1](https://github.com/jakubpawlowicz/clean-css#whats-new-in-version-41) as a dependency; | ||
* `--remove-inlined-files` option for removing files inlined in <source-file ...> or via `@import` statements; | ||
@@ -256,3 +258,3 @@ * adds glob pattern matching to source paths, see [example](#how-to-optimize-multiple-files); | ||
```shell | ||
cleancss -O1 all:off;tidySelectors:on one.css | ||
cleancss -O1 'all:off;tidySelectors:on' one.css | ||
``` | ||
@@ -290,3 +292,3 @@ | ||
```shell | ||
cleancss -O2 all:off;removeDuplicateRules:on one.css | ||
cleancss -O2 'all:off;removeDuplicateRules:on' one.css | ||
``` | ||
@@ -293,0 +295,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39917
397
Updatedclean-css@^4.2.0