Load d3 and cal-heatmap via imports.
Review Request #6944 — Created Feb. 12, 2015 and submitted
I had been loading these libraries from a CDN because jspm was giving me
problems installing them, but the problem turned out to be iojs (now that I've
switched back to node, installing works just fine). We can therefore just load
cal-heatmap via js imports, and it will use require() to load d3 (which
System.js handles nicely).
Loaded various student views and saw that the calendar appeared correctly.
Description | From | Last Updated |
---|---|---|
What's the plan for this? Is there a build-script that swaps these at deploy-time? |
mike_conley |