Description
Hi, I'm using the master version, following "Host Klipse locally". Differently from #334, I'm using the non-minified version here.
If I add klipse_settings.no_dynamic_scripts=true;
, evaluation of code fails with: TypeError: a.split is not a function
, while it (almost) works without that setting.
The piece that is not working is that I see a web request for https://viebel.github.io/klipse/fonts/FiraCode/woff/FiraCode-Regular.woff. This request should not be necessary as that resource is part of the dist
directory. How can I avoid this?