yagoferrer / map-tools

map-tools.js is a Google Maps Feature-rich Javascript wrapper that makes things like: Marker filtering, asynchronous loading, working with TopoJSON or GeoJSON, animation and more. Much simpler with an easy-to-use API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-minified version for debugging?

pjakobsen opened this issue · comments

Are you planning to provide a non-minified version of map-tools? It should make it easier to debug.

commented

@pjakobsen You should be able to download the non-minified version from here:
https://github.com/yagoferrer/map-tools/tree/2.0.0/dist

Ah, I see what the trouble was. I ran "make clean" ,which removed dist/map-tools.js but not dist/map-tools.min.js

Hence the confusion.

By the way, when I then try to run "make" I get

make: *** No rule to make target `help'.  Stop.

Any ideas?

commented

Ok I'll have to check what is going on with this but in the midtime
if you do: npm test it will generate the libraries again for you.