Skip to content

Commit

Permalink
Add new version of leaflet-omnivore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 23, 2014
1 parent 4123bd8 commit 2ba562f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Expand Up @@ -62,6 +62,7 @@ s3cmd put --acl-public --mime-type "text/css" plugins/leaflet-zoomslider/v0.7.0/
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-heat/v0.1.0/leaflet-heat.js s3://mapbox-js/mapbox.js/plugins/leaflet-heat/v0.1.0/leaflet-heat.js
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-omnivore/v0.0.0/leaflet-omnivore.min.js s3://mapbox-js/mapbox.js/plugins/leaflet-omnivore/v0.0.0/leaflet-omnivore.min.js
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-omnivore/v0.0.1/leaflet-omnivore.min.js s3://mapbox-js/mapbox.js/plugins/leaflet-omnivore/v0.0.1/leaflet-omnivore.min.js
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-omnivore/v0.1.0/leaflet-omnivore.min.js s3://mapbox-js/mapbox.js/plugins/leaflet-omnivore/v0.1.0/leaflet-omnivore.min.js
s3cmd put --acl-public --mime-type "application/javascript" plugins/arc.js/v0.1.0/arc.js s3://mapbox-js/mapbox.js/plugins/arc.js/v0.1.0/arc.js
s3cmd put --acl-public --mime-type "text/css" plugins/leaflet-minimap/v1.0.0/Control.MiniMap.css s3://mapbox-js/mapbox.js/plugins/leaflet-minimap/v1.0.0/Control.MiniMap.css
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-minimap/v1.0.0/Control.MiniMap.js s3://mapbox-js/mapbox.js/plugins/leaflet-minimap/v1.0.0/Control.MiniMap.js
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Expand Up @@ -167,6 +167,11 @@
"files": [
"leaflet-omnivore.min.js"
]
},
"0.1.0": {
"files": [
"leaflet-omnivore.min.js"
]
}
}
},
Expand Down

0 comments on commit 2ba562f

Please sign in to comment.