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

Unified Diff: third_party/node/update_npm_deps

Issue 2643723005: WebUI: Apply local patch to vulcanize. (Closed)
Patch Set: Created 3 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 | « third_party/node/patch_vulcanize.diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/node/update_npm_deps
diff --git a/third_party/node/update_npm_deps b/third_party/node/update_npm_deps
index 187d05d9b567f281a06af1ccfa4514010e15f85e..9997ec145398476d676bcb33406cbee12814a231 100755
--- a/third_party/node/update_npm_deps
+++ b/third_party/node/update_npm_deps
@@ -17,6 +17,10 @@ cd "$(dirname "$0")"
rm -rf node_modules
npm install --no-bin-links --only=prod
+
+# Apply local patch to vulacanize.
Nico 2017/01/22 21:50:41 typo volacanize
+patch -d node_modules/vulcanize/ -p1 < patch_vulcanize.diff
+
rsync -c --delete -r -q --exclude-from="npm_exclude.txt" \
--prune-empty-dirs "node_modules/" "node_modules_filtered/"
« no previous file with comments | « third_party/node/patch_vulcanize.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698