Skip to content

Commit

Permalink
Fix zip step for flattened tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 3, 2013
1 parent cceb30f commit 826b29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ build() {
package() {
log "ZIPPING" "ALL REPOS"
rm -f polymer-all-$VERSION.zip
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
ok
}

Expand Down

0 comments on commit 826b29a

Please sign in to comment.