From 48fcaec6136c0b8ef3ce13a4a851dc7bc2cb7ead Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 5 Sep 2013 14:25:17 -0700 Subject: [PATCH] Update README to reflect all-in-one html files --- vulcanize/README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/vulcanize/README.md b/vulcanize/README.md index 8cdf5e5..2939bc8 100644 --- a/vulcanize/README.md +++ b/vulcanize/README.md @@ -10,10 +10,8 @@ materials. - Depends on [cheerio](https://github.com/MatthewMueller/cheerio) and [nopt](https://github.com/isaacs/nopt) - Give a main input html file with the `--input` or `-i` flags and output file name with the `--output` or `-o` flags. - Example: `node vulcan.js -i index.html -o build.html` - - Defaults to `output.html` + - Defaults to `vulcanized.html` - URL paths are adjusted for the new output location automatically (execpt ones set in Javascript) -- When finished, `index-vulcanized.js` will be placed in the output location - with the vulcanized imports and scripts included. ## Example @@ -59,6 +57,7 @@ Running vulcan on `index.html`, and specifying `build.html` as the output: Will result in `build.html` that appears as so: ```html +