We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb30f commit 826b29aCopy full SHA for 826b29a
1 file changed
bin/make-release.sh
@@ -122,7 +122,7 @@ build() {
122
package() {
123
log "ZIPPING" "ALL REPOS"
124
rm -f polymer-all-$VERSION.zip
125
- zip -q -x "polymer-$VERSION/tools/*" -x "polymer-$VERSION/polymer.min.js*" -x "polymer-$VERSION/platform.min.js*" -x "polymer-$VERSION/polymer/polymer.concat.js*" -x "*.git*" -x "*node_modules/*" -r polymer-all-$VERSION.zip polymer-$VERSION
+ zip -q -x "polymer-$VERSION/polymer.min.js*" -x "polymer-$VERSION/platform.min.js*" -x "polymer-$VERSION/polymer/polymer.concat.js*" -x "*.git*" -x "*node_modules/*" -r polymer-all-$VERSION.zip polymer-$VERSION
126
ok
127
}
128
0 commit comments