Index: third_party/polymer/reproduce.sh |
diff --git a/third_party/polymer/reproduce.sh b/third_party/polymer/reproduce.sh |
index b88bcc6dd96d0bc3fdb37c56cc66bd5ee223eb9e..74495962d27f7e1c5534ea44496f7b4ec67f5d87 100755 |
--- a/third_party/polymer/reproduce.sh |
+++ b/third_party/polymer/reproduce.sh |
@@ -6,7 +6,7 @@ |
raymes
2014/09/23 00:27:56
Please add a comment inside this script and extrac
dzhioev (left Google)
2014/09/23 09:48:53
extract_inline_scripts.sh already has a usage mess
|
set -e |
-rm -rf components |
+rm -rf components components-extracted |
bower install |
find components/web-animations-js/ -type f \ |
-not \( -name web-animations.js -o \ |
@@ -14,3 +14,4 @@ find components/web-animations-js/ -type f \ |
-name COPYING \) -delete |
find components/web-animations-js/ -type d -empty -delete |
find components/core-list -type f -exec chmod -x {} \; |
raymes
2014/09/23 00:27:56
rather than modifying web-animations-js inside com
raymes
2014/09/23 00:48:10
Oh I see the reason now, because we don't want tho
dzhioev (left Google)
2014/09/23 09:48:53
Renamed components-extracted to components-chromiu
dzhioev (left Google)
2014/09/23 09:48:54
Yep
|
+./extract_inline_scripts.sh |
raymes
2014/09/23 00:27:56
Would we only every likely call this from here? Sh
dzhioev (left Google)
2014/09/23 09:48:53
It's pretty large, so I think it's good idea to ke
|