monome / maiden

web based editor and repl for norns
GNU General Public License v3.0
47 stars 33 forks source link

worker-lua.js is missing in maiden editor #218

Open barksten opened 2 years ago

barksten commented 2 years ago

I'm running a clean install of the latest Norns image (220306) When launching maiden (open norns.local in safari/macOS) I get some errors in the browser console:

failed to load resource, 404 - not found:

The first one disappears if I change the editor settings (which supposedly creates the file) so I guess it's not a bug.

The missing worker-lua.js is still present every time I open a script in the editor.

ngwese commented 2 years ago

The editor.json file is written the first time the editor preferences are explicitly changed and is an expected 404.

The worker-lua.js is likely some vestigial bit left over from an attempt early on to provide more rich support for lua syntax checking and completion.

Both 404s are harmless.