-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when hosting Klipse locally, fonts are loaded from the internet #360
Comments
That's definitely a bug. Please provide a PR. |
Partially addresses issue viebel#360.
I opened a PR for the font issue. When should |
* Use relative, local URLs for fonts. Partially addresses issue #360.
@Verdinjoshua26 started working on this issue via WorksHub. |
@rainbow-bamboo started working on this issue via WorksHub. |
A user started working on this issue via WorksHub. |
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?The text was updated successfully, but these errors were encountered: