From aa03d0585c2d0952e4962a08d058ac8c67e9e62b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 17 Jul 2015 10:41:27 +0100 Subject: [PATCH] Update Bower/Vulcanize install/usage instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0fcd793..58cc1dcf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ LOOT's UI relies on a few web libraries: These dependencies are most easily managed using [Bower](http://bower.io/), and are built for distribution using [Vulcanize](https://github.com/Polymer/vulcanize). -To install Bower and Vulcanize, first install [Node](http://nodejs.org/), and run `npm install -g bower vulcanize` from the command line (on Windows, it needs to be the Node command prompt). Once they are installed, fetch and build the dependencies by running `bower install ./ && vulcanize --inline --strip -o index.html report.html` from inside this repository's `resources/report` folder (this command doesn't need to be run through Node). +To install Bower and Vulcanize, first install [Node](http://nodejs.org/), and run `npm install -g bower vulcanize@0.7.11` from the command line. Once they are installed, fetch and build the dependencies by running `bower install && vulcanize --inline --strip --config vulcanize.config.json -o index.html report.html` from inside this repository's `resources/report` folder (this command doesn't need to be run through Node). ## Packaging Releases