Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: docs/vulcanize.md

Issue 2268863002: MD History: Run polymer-css-build over vulcanized output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MD History: Run polymer-css-build over vulcanized output Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/vulcanize.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/vulcanize.md
diff --git a/docs/vulcanize.md b/docs/vulcanize.md
index 65a30b34b8282ec8eb6edb1629417ca7a4c113e2..b29051d89afbc22d6c0fbd79ea1d1c4b0b54aa2a 100644
--- a/docs/vulcanize.md
+++ b/docs/vulcanize.md
@@ -13,6 +13,7 @@ Vulcanization currently requires:
- 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`)
+- polymer-css-build: 0.0.6 (can be found with `npm list -g polymer-css-build`)
## Installing required software
@@ -28,11 +29,11 @@ $ npm config set -g prefix "$HOME/node_modules"
Then install the required modules:
```bash
-$ npm install -g crisper vulcanize
+$ npm install -g crisper vulcanize uglifyjs polymer-css-build
```
-Ultimately, all that is required to run this script is that `crisper`, 'uglify'
-and `vulcanize` are on your `$PATH`.
+Ultimately, all that is required to run this script is that the node binaries
+listed above are on your $PATH.
## Combining resources with vulcanize
« no previous file with comments | « chrome/browser/resources/vulcanize.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698