Closed pjakobsen closed 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
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?
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.
Are you planning to provide a non-minified version of map-tools? It should make it easier to debug.