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

Unified Diff: README.md

Issue 2607423002: Revert "Replace create_standalone_js.py with a custom GWT linker" (Closed)
Patch Set: Created 3 years, 12 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 | « no previous file | build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index f719aadf8b1a0bd4ed76b269823f6f6270445990..95bebf318ac46f1ffe8e462d210c1e50772bad6c 100644
--- a/README.md
+++ b/README.md
@@ -189,9 +189,12 @@ is:
(https://code.google.com/p/googletest/wiki/AdvancedGuide#Running_a_Subset_of_the_Tests).
For example `*.FilterTest.*:*Foo*-*Bar*` would run all tests containing
`.FilterTest.` and `Foo`, but not those with `Bar`.
-- `ant gwtc` compiles .class+.java files to JavaScript. Standalone JavaScript
+- `ant gwtc` compiles .class + .java files to JavaScript. Standalone JavaScript
is available at `war/domdistiller/domdistiller.nocache.js`.
- `ant gwtc.jstests` creates a standalone JavaScript for the tests.
+- `ant extractjs` creates standalone JavaScript from output of ant gwtc. The
+ compiled JavaScript file is available at `out/domdistiller.js`.
+- `ant extractjs.jstests` creates a standalone JavaScript for the tests.
- `ant package` Copies the main build artifacts into the `out/package` folder,
typically the extracted JS and protocol buffer files.
@@ -382,7 +385,7 @@ distill http://example.com/article.html
You can use the Chrome Developer Tools to debug DOM Distiller:
-- Update the test JavaScript by running `ant gwtc.jstests` or `ant test`.
+- Update the test JavaScript by running `ant extractjs.jstests` or `ant test`.
- Open `war/test.html` in Chrome desktop
- Open the `Console` panel in Developer Tools (**Ctrl-Shift-J**). On Mac OS X
you can use **⌥-⌘-I** (uppercase `I`) as the shortcut.
« no previous file with comments | « no previous file | build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698