Comparing version 1.3.4 to 1.4.0
@@ -0,1 +1,7 @@ | ||
1.4.0 / 2015-08-19 | ||
================== | ||
* Add extra CSS option to CLI | ||
* CLI has test coverage now | ||
1.3.3 / 2015-07-14 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "juice", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"description": "Inlines css into html source", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/juice", |
@@ -43,2 +43,4 @@ [![Build Status](https://travis-ci.org/Automattic/juice.png?branch=master)](https://travis-ci.org/Automattic/juice) | ||
Juice is exposed as a standard module, and from CLI with a smaller set of options. | ||
### Options | ||
@@ -130,2 +132,12 @@ | ||
### CLI Options | ||
To use Juice from CLI, run `juice [options] input.html output.html` | ||
Current CLI options: | ||
- `--css [filepath]` will load and inject CSS into `extraCss`. | ||
## Credits | ||
@@ -132,0 +144,0 @@ |
Sorry, the diff of this file is not supported yet
240727
173