You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can say you want to use a local compiled interpreter with the ?local switch. But it would be nice if there were a way to say to use a locally edited load-r3.js, too. Right now I have to edit the %index.html and say:
But what if load-r3.js had a way of noticing you want this, and if so becoming a no-op...but injecting a <script> tag for your local version of load-r3.js?
Just a thought. I do know that I've said I want load-r3.js to become a bit less "automatic" by default. It shouldn't even look at your URL bar unless you say something like rebStartup({local: "detect"}), I feel...
The text was updated successfully, but these errors were encountered:
You can say you want to use a local compiled interpreter with the
?local
switch. But it would be nice if there were a way to say to use a locally edited load-r3.js, too. Right now I have to edit the %index.html and say:But what if load-r3.js had a way of noticing you want this, and if so becoming a no-op...but injecting a
<script>
tag for your local version of load-r3.js?Just a thought. I do know that I've said I want load-r3.js to become a bit less "automatic" by default. It shouldn't even look at your URL bar unless you say something like
rebStartup({local: "detect"})
, I feel...The text was updated successfully, but these errors were encountered: