-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
wishNew feature or requestNew feature or request
Description
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:
<!-- <script src="https://metaeducation.s3.amazonaws.com/travis-builds/load-r3.js">
</script> -->
<script src="../ren-c/extensions/javascript/load-r3.js"></script>
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...
Metadata
Metadata
Assignees
Labels
wishNew feature or requestNew feature or request