Skip to content

Easier way to use local %load-r3.js #77

@hostilefork

Description

@hostilefork

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

Labels

wishNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions