Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
The location of the chrome distillation source changed.
Browse files Browse the repository at this point in the history
After https://codereview.chromium.org/987793002 the place where
the distillation script is copied has changed.

BUG=
R=nyquist@chromium.org

Review URL: https://codereview.chromium.org/1052613002

Patch from alex <alex@igalia.com�[39m>.
  • Loading branch information
alex authored and tommynyquist committed Apr 1, 2015
1 parent 50fa97f commit 7eb6a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
)
}
Expand Down

0 comments on commit 7eb6a1b

Please sign in to comment.