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

Build strategy #2

Closed tmcw closed 10 years ago

tmcw commented 10 years ago
  1. Use npm and use the repository directly so that packages are not installed into node_modules
  2. Use github tarballs and hope people tag
  3. Something else

Right now I'm pushing for 1 and the implementation is the start of this, but uses the standard overwriting npm command.

tmcw commented 10 years ago

No: the decision I like most is:

tmcw commented 10 years ago

See deploy.sh for a reference: https://github.com/mapbox/mapbox.js/blob/master/deploy.sh

aaronlidman commented 10 years ago

We did this in #6.