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

Unified Diff: site/dev/tools/markdown.md

Issue 2118113002: Update markdown docs to specify --local for the local devserver (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/tools/markdown.md
diff --git a/site/dev/tools/markdown.md b/site/dev/tools/markdown.md
index dc7c5d1a83c00bac1224bb21758053c78c4237f3..82787dc46d25e384eef658b2ba0e8ffb38d122eb 100644
--- a/site/dev/tools/markdown.md
+++ b/site/dev/tools/markdown.md
@@ -22,7 +22,7 @@ corporate workstation. Run:
And then **from within** the directory of your local Git checkout of Skia run:
- docserver --preview
+ docserver --preview --local
Then visit http://localhost:8000 to preview your changes. There is no need to
restart the server for file changes, but you will need to restart it if there
@@ -32,7 +32,7 @@ to appear in the navigation on the right hand side of the page.
If port 8000 is unavailable on your machine you can set the port to use via
the --port flag:
- docserver --preview --port=:8002
+ docserver --preview --local --port=:8002
METADATA
--------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698