Closed emacgillavry closed 9 years ago
+1
It'd be great to see this merged.
As it stands, pulling in leaflet-dist
instead of leaflet
can break some build chains by causing both leaflet
and leaflet-dist
to be installed -- in our case, grunt-wiredep
would first wire in the leaflet provided by leaflet-dist
, then proj4leaflet
, then... leaflet
, which replaced the leaflet-dist
and effectively removed proj4leaflet
.
We have an easy workaround, but it seems like the stopgap that leaflet-dist
was addressing in terms of Bower is no longer relevant and it'd make sense to point at the official repo.
@perliedman that's actually a good observation: should be the earliest possible release. I was a bit overzealous at the time and not too familiar with Bower myself. Will revert version numbers, while keeping the main repo for Leaflet.js.
Upped versions of proj4js and leafletjs. Also pointing to official leaflet repo instead.