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

Unified Diff: third_party/polymer/v1_0/extract_inline_scripts.sh

Issue 1658053002: Polymer: delete unused files when rsyncing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reentrant-reproduce
Patch Set: Created 4 years, 11 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: third_party/polymer/v1_0/extract_inline_scripts.sh
diff --git a/third_party/polymer/v1_0/extract_inline_scripts.sh b/third_party/polymer/v1_0/extract_inline_scripts.sh
index 3d106102a08ef052f44be3fcbc6fb3cf83031fc1..c6c22ecfeaff71c63fbb72c8400fe90c10643e8b 100755
--- a/third_party/polymer/v1_0/extract_inline_scripts.sh
+++ b/third_party/polymer/v1_0/extract_inline_scripts.sh
@@ -21,7 +21,7 @@ fi
src="${1%/}"
dst="${2%/}"
-rsync -c -r -v --exclude="compiled_resources*.gyp" "$src/" "$dst/"
+rsync -c --delete -r -v --exclude="compiled_resources*.gyp" "$src/" "$dst/"
find "$dst" -name "*.html" \
-not -path "*/demos/*" \
« 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