dc-js / dc.leaflet.js

DC charts using Leaflet maps
Apache License 2.0
52 stars 24 forks source link

update leaflet version and update the example page to use node module js files. #25

Closed rrameshkumar76 closed 7 years ago

rrameshkumar76 commented 7 years ago

Updates leaflet version and update the example page to use node module js files to avoid copying them in web examples.

gordonwoodhull commented 7 years ago

Thanks for working on this, @rrameshkumar76!

Updating the example page isn't necessary, because the way the project works is that grunt copies stuff from node_modules into the web directory, which is what we publish.

I've updated a few other dependencies and published this as 0.3.1

rrameshkumar76 commented 7 years ago

Thanks a lot Gordon for this upgrade.