Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting out how to add external libraries in the HTML header #1

Open
rsoden opened this issue Mar 16, 2015 · 0 comments
Open

Sorting out how to add external libraries in the HTML header #1

rsoden opened this issue Mar 16, 2015 · 0 comments

Comments

@rsoden
Copy link
Contributor

rsoden commented Mar 16, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant