• I just realized - Why the can't the WebIDE handle file:// urls? This would be the perfect solution to this

    I can do file:///c:/module.js in URL bar of Chrome, press enter, and it loads the file. But for some reason, if I do require("file:///c:/module.js").connect(­...) in the right side of the WebIDE, it complains that it can't find the module. Since chrome can handle those URLs, I suspect (hope?) it wouldn't be that hard to get the WebIDE to support that. It would certainly make life much easier for people developing modules (which right now pretty much requires installing a local webserver)

About

Avatar for DrAzzy @DrAzzy started