| 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 b82345e494669238a05e871070329e98082adba4..9f388c7bf11cf6fb6769c8585f512f631fe07a8e 100755
|
| --- a/third_party/polymer/v1_0/reproduce.sh
|
| +++ b/third_party/polymer/v1_0/reproduce.sh
|
| @@ -22,6 +22,8 @@ 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 uglifyjs" "uglifyjs" "npm install -g uglifyjs"
|
| +check_dep "which polymer-css-build" "polymer-css-build" \
|
| + "npm install -g polymer-css-build"
|
| check_dep "which rsync" "rsync" "apt-get install rsync"
|
| check_dep "python -c 'import bs4'" "bs4" "apt-get install python-bs4"
|
|
|
|
|