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.
MIT License
88 stars 11 forks source link

Non-minified version for debugging? #285

Closed pjakobsen closed 9 years ago

pjakobsen commented 9 years ago

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

yagoferrer commented 9 years ago

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

pjakobsen commented 9 years ago

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?

yagoferrer commented 9 years ago

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.