Leaflet.markercluster
Leaflet.markercluster copied to clipboard
1.3 minified version missing
Hi! It seems the 1.3 version is missing the minified version "leaflet.markercluster.js"
https://github.com/Leaflet/Leaflet.markercluster/tree/v1.3.0/dist
Hi,
Just in case you need it right now, it is available on npm and unpkg CDN: https://unpkg.com/[email protected]/dist/ https://unpkg.com/[email protected]/dist/leaflet.markercluster.js
Thanks, must have messed something up in the build process, will fix shortly
Fixed
@danzel this was fixed as of yesterday, but it looks like the change was reverted. I no longer see "leaflet.markercluster.js" in the dist/ folder, though it was definitely there just yesterday. Any idea what's going on?
It is only there in tags https://github.com/Leaflet/Leaflet.markercluster/tree/v1.3.0/dist
@danzel would it be possible to re-open this issue, and re-publish leaflet with the contents of v1.3.0/dist which should have been in the release anyways? It appears that the release of v1.3.0 did not get all the files that it should have (as per the tag), which is causing a bower.install of leaflet.markercluster
to not install the proper files in the dist/
folder. If you look at the dist file included in the github release, the files are there - they are just not coming through during an install.
note, i am working on the same issue as @talimarcus and merely requesting that it be resolved properly.
I'm not sure what to do, the tag has the files. I don't use bower, so you'll have to give me some advice.