wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

Use node package manager (npm) to load/manage dependencies #21

Closed cmrRose closed 7 years ago

cmrRose commented 7 years ago

It would be great to manage these via npm because these libraries are constantly changing. Needed dependencies:

Leaflet (currently 1.0.3) Esri-leaflet (currently 2.0.7) Leaflet Draw (currently 0.4.7) Zoomify JQuery (currently 1.12.4) JQuery UI (currently 1.12.0) ESRI Javascript API 3.18 Unslider (currently 2.0.3)

Google Font: Source Sans Pro (300, 400, & 600)

cmrRose commented 7 years ago

To do:

cmrRose commented 7 years ago

More reason to make this change: I've been running into this bug https://github.com/Leaflet/Leaflet.draw/issues/670 with drawing polygons. It has been fixed in a newer version. I don't want to constantly update my CDN links.

cmrRose commented 7 years ago

We are sticking with the unpkg CDN, instead of using npm