Chromium Code Reviews| 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/" |