I think this may be a simple question when it comes to building sources and stuff, but my question:
How can I use the Leaflet map offline? Or, at least be able to see the blank, white map it the plus and minus signs in the top left corner when I'm completely offline?
Currently, I have to link the CSS and .js file to
http://cdn.leafletjs.com for the map to work. If I make the links to the local /dist folder, the map will not display; it's just a blank webpage
What do I need to do in order to use it offline?
I already installed and configured node, and I also already installed the three file, -g jake, jshint (i think it's called this), and the third one, uglify-js.
Thanks,