mapbox / mapbox.js-plugins

Hosted plugins for Leaflet & Mapbox.js
mapbox.com/mapbox.js/plugins/
BSD 2-Clause "Simplified" License
13 stars 16 forks source link

Add plugins and deploy script #6

Closed aaronlidman closed 10 years ago

aaronlidman commented 10 years ago

Ref: https://github.com/mapbox/mapbox.js/pull/635

@tmcw

tmcw commented 10 years ago

Cool! I wonder if it would be possible to simplify this a bit by having something like

plugins/
  leaflet-draw/
    v0.2.0/
      leaflet-draw.js

As the directory structure, so that new versions could sit alongside old ones. My concern is that if we have only the most recent version of the plugin in this repo and the association between files & versions is changed commit by commit, it might be awkward to, for instance, mirror this in another s3 bucket or service.

aaronlidman commented 10 years ago

Sounds good. I'll make it happen.