You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now this is hardcoded in the layout.jade file in vizdown. Each js plugin file (for maps or whatever else) should have the ability to include external libraries or css assets in the overall header of the page. Leaflet, for example, requires:
Right now this is hardcoded in the layout.jade file in vizdown. Each js plugin file (for maps or whatever else) should have the ability to include external libraries or css assets in the overall header of the page. Leaflet, for example, requires:
link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"
script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js" /script
The text was updated successfully, but these errors were encountered: