RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

Clean: Move imports to webpack #1185

Closed bjones1 closed 3 years ago

bjones1 commented 3 years ago

This is another PR moving toward webpack by first cleaning up some JS imports. The goal: move all imports possible to JS, instead of Sphinx add_javascript or add_css_file methods. This is a first step; eventually, I'd like everything to be in JS includes.

There's also a fix for one component that wasn't labeled with a data-component attribute.