| Index: docs/vulcanize.md
|
| diff --git a/docs/vulcanize.md b/docs/vulcanize.md
|
| index 8eddb73e617f8647d2ef2487a8015d0b645d6505..65a30b34b8282ec8eb6edb1629417ca7a4c113e2 100644
|
| --- a/docs/vulcanize.md
|
| +++ b/docs/vulcanize.md
|
| @@ -12,6 +12,7 @@ Vulcanization currently requires:
|
| - npm: >= 1.3.10 (can be found with `npm --version`)
|
| - vulcanize: 1.14.8 (can be found with `vulcanize --version`)
|
| - crisper: 2.0.1 (can be found with `npm list -g crisper`)
|
| +- uglifyjs: 2.4.10 (can be found with `uglifyjs --version`)
|
|
|
| ## Installing required software
|
|
|
| @@ -30,8 +31,8 @@ Then install the required modules:
|
| $ npm install -g crisper vulcanize
|
| ```
|
|
|
| -Ultimately, all that is required to run this script is that `crisper` and
|
| -`vulcanize` are on your `$PATH`.
|
| +Ultimately, all that is required to run this script is that `crisper`, 'uglify'
|
| +and `vulcanize` are on your `$PATH`.
|
|
|
| ## Combining resources with vulcanize
|
|
|
|
|