You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got Leaflet 1.5.1 by downloading a zip file from http://cdn.leafletjs.com/leaflet/v1.5.1/leaflet.zip. Then I ran minifym on a ByteString obtained with Data.ByteString.Lazy.readFile from the bytestring package with a path to leaflet-src.js.
Any clue what's happening here?
The text was updated successfully, but these errors were encountered:
@mdimjasevic Would it be possible for you to reduce leaflet to the minimal example that still triggers this problem? If you provide a minimal example I will fix this :)
I've been trying to minify Leaflet 1.5.1 with
hjsmin
'sText.Jasmine.minifym
function, but I get a Left value reading:I got Leaflet 1.5.1 by downloading a zip file from http://cdn.leafletjs.com/leaflet/v1.5.1/leaflet.zip. Then I ran
minifym
on a ByteString obtained withData.ByteString.Lazy.readFile
from thebytestring
package with a path toleaflet-src.js
.Any clue what's happening here?
The text was updated successfully, but these errors were encountered: