mapbox / leaflet-omnivore

universal format parser for Leaflet & Mapbox.js
https://www.mapbox.com/mapbox.js/example/v1.0.0/omnivore-gpx/
Other
651 stars 126 forks source link

Use sinon from browserify #32

Closed tmcw closed 10 years ago

tmcw commented 10 years ago

Waiting on https://github.com/cjohansen/Sinon.JS/issues/319

tmcw commented 10 years ago

Not using sinon: too much magic, not enough non-just-a-javascript-file-support.

AdrianRossouw commented 10 years ago

@tmcw what did you end up using instead? it strikes me as if there needs to be a node-style set of micro libraries for these things.

jfirebaugh commented 10 years ago

@Vertice Yes, definitely. If I can get some time, I would like to extract Fake XHR from sinon into a standalone, browserify-friendly module -- see https://github.com/cjohansen/Sinon.JS/pull/358.

yhahn commented 10 years ago

hi @Vertice : )

AdrianRossouw commented 10 years ago

@yhahn! isn't this a bit too much for your designer brain =P

yhahn commented 10 years ago

yes

dustinlarimer commented 9 years ago

@tmcw would love to hear what you used instead!