| Index: third_party/polymer/v1_0/reproduce.sh
|
| diff --git a/third_party/polymer/v1_0/reproduce.sh b/third_party/polymer/v1_0/reproduce.sh
|
| index 7c8833a5c130af0544edcfe57cf2564c7a599bf5..e1f39f04fd5a628c55325f94ca76328676779ffc 100755
|
| --- a/third_party/polymer/v1_0/reproduce.sh
|
| +++ b/third_party/polymer/v1_0/reproduce.sh
|
| @@ -22,6 +22,7 @@ check_dep "which npm" "npm" "visiting https://nodejs.org/en/"
|
| check_dep "which bower" "bower" "npm install -g bower"
|
| check_dep "which crisper" "crisper" "npm install -g crisper"
|
| check_dep "which rsync" "rsync" "apt-get install rsync"
|
| +check_dep "python -c 'import bs4'" "bs4" "apt-get install python-bs4"
|
|
|
| set -e
|
|
|
| @@ -97,3 +98,5 @@ if [[ ! -z "${new}${deleted}" ]]; then
|
| fi
|
|
|
| python create_components_summary.py > components_summary.txt
|
| +
|
| +./generate_gyp.sh
|
|
|