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

Unified Diff: README.md

Issue 1052613002: The location of the chrome distillation source changed. (Closed) Base URL: https://github.com/chromium/dom-distiller.git@master
Patch Set: Created 5 years, 9 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: README.md
diff --git a/README.md b/README.md
index 3172445a85c2e80f064de355d35e3ae37d999c6f..73a9e255c27d46c3313a4ad797cafea79025567e 100644
--- a/README.md
+++ b/README.md
@@ -189,8 +189,8 @@ bash-function to help with that:
roll-distiller () {
(
(cd $DOM_DISTILLER_DIR && ant package) && \
- rm -rf $CHROME_SRC/third_party/dom_distiller_js/package/* && \
- cp -rf $DOM_DISTILLER_DIR/out/package/* $CHROME_SRC/third_party/dom_distiller_js/package && \
+ rm -rf $CHROME_SRC/third_party/dom_distiller_js/dist/* && \
+ cp -rf $DOM_DISTILLER_DIR/out/package/* $CHROME_SRC/third_party/dom_distiller_js/dist/ && \
touch $CHROME_SRC/components/resources/dom_distiller_resources.grdp
)
}
« 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