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
The main problem is going to be swapping out the load files from the filesystem logic to instead use require() calls, and statically bundle all the things you need.
Whoever wants to try this, I can walk you through what needs to happen. It's not trivial, but it's not that hard.
The text was updated successfully, but these errors were encountered:
@sgupta7857 is going to take this work over. I've got a PR up at #623 which he's going to finish, and we'll land it and have it be disabled by default. Then, I'll file another bug in Thimble to add a toggle to enable it if people want to use it.
From https://github.com/mozilla/thimble.mozilla.org/issues/1238#issuecomment-284078401, it would be cool to try and get https://github.com/MiguelCastillo/Brackets-InteractiveLinter working in Bramble.
The main problem is going to be swapping out the load files from the filesystem logic to instead use
require()
calls, and statically bundle all the things you need.Whoever wants to try this, I can walk you through what needs to happen. It's not trivial, but it's not that hard.
The text was updated successfully, but these errors were encountered: