mapbox / mapbox-gl-supported

A library to determine if a browser supports Mapbox GL JS
BSD 3-Clause "New" or "Revised" License
42 stars 17 forks source link

remove browserify from build script #8

Closed danswick closed 8 years ago

danswick commented 8 years ago

The browserify step in the build script was adding some unnecessary code to mapbox-gl-supported.js and causing some errors down the line. This PR removes the browserify step.

cc @tristen