Skip to content

Commit

Permalink
Elements back in Polymer org
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 15, 2013
1 parent 8cbbb7c commit 0068ce6
Showing 1 changed file with 95 additions and 10 deletions.
105 changes: 95 additions & 10 deletions bin/pull-all-elements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
REPOS=()
REPO_PATHS=()
SSH=0
ORG="polymer-elements"
ORG="Polymer"

# ARGS: $1 log message, $2 repo shortname
log() {
Expand All @@ -30,15 +30,100 @@ prepare() {
GIT_PATH="https://github.com/$ORG"
fi

# boostrap github api
pushd ${0%[/\\]*} > /dev/null
npm install -q
popd > /dev/null

# Gather repo list from github
script="${0%[/\\]*}/all-repos.js"
log "Fetching Github Repos" "$ORG"
REPOS=(`node $script polymer-elements`)
REPOS=(
ace-element
chart-js
code-mirror
cool-clock
flatiron-director
g-kratu
google-map
humane-js
js-beautify
marked-js
more-elements
pdf-js
pixi-js
polymer-ajax
polymer-anchor-point
polymer-animation
polymer-collapse
polymer-cookie
polymer-elements
polymer-file
polymer-flex-layout
polymer-google-jsapi
polymer-grid-layout
polymer-jsonp
polymer-key-helper
polymer-layout
polymer-list
polymer-localstorage
polymer-media-query
polymer-meta
polymer-mock-data
polymer-overlay
polymer-page
polymer-scrub
polymer-sectioned-list
polymer-selection
polymer-selector
polymer-shared-lib
polymer-signals
polymer-stock
polymer-ui-accordion
polymer-ui-animated-pages
polymer-ui-arrow
polymer-ui-breadcrumbs
polymer-ui-card
polymer-ui-clock
polymer-ui-collapsible
polymer-ui-elements
polymer-ui-field
polymer-ui-icon
polymer-ui-icon-button
polymer-ui-line-chart
polymer-ui-menu
polymer-ui-menu-button
polymer-ui-menu-item
polymer-ui-nav-arrow
polymer-ui-overlay
polymer-ui-pages
polymer-ui-ratings
polymer-ui-scaffold
polymer-ui-sidebar
polymer-ui-sidebar-header
polymer-ui-sidebar-menu
polymer-ui-splitter
polymer-ui-stock
polymer-ui-submenu-item
polymer-ui-tabs
polymer-ui-theme-aware
polymer-ui-toggle-button
polymer-ui-toolbar
polymer-ui-weather
polymer-view-source-link
smoothie-chart
speech-mic
speech-transcript
tk-buildbot
typeahead-input
wu-weather
x-binding
x-designable
x-designer
x-dom-serializer
x-editors
x-file-document
x-inspector
x-live-edit
x-meta
x-output
x-palette
x-property-inspector
x-tags
x-tree
)

# Array of all the repos with full path
REPO_PATHS=()
Expand Down

0 comments on commit 0068ce6

Please sign in to comment.