Fixes #74 (which has broken Vegas for all builds currently ;( ).
In new approach we specify the vega-lite JS dependency (and sub-dependencies) using WebJars in the SBT file. This lets us lock to a specific vega-lite version (and lets vega-lite specify the version of its sub-deps).
We use this ivy-dependency graph to write out a webjars.csv resource file, and in turn this is used to construct the URLs for the HTML source tags.
Fixes #74 (which has broken Vegas for all builds currently ;( ).
In new approach we specify the vega-lite JS dependency (and sub-dependencies) using WebJars in the SBT file. This lets us lock to a specific vega-lite version (and lets vega-lite specify the version of its sub-deps).
We use this ivy-dependency graph to write out a
webjars.csv
resource file, and in turn this is used to construct the URLs for the HTML source tags.