embed .js and .css artifacts into the final HTML #84
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we have a few external dependencies, like
tacit.css
orjquery.js
, which we refer to, from the.html
that we generate. Would be more convenient to download them all inMakefile
and then include in the HTML. This will make the HTML document more network-independent.The text was updated successfully, but these errors were encountered: