-
Notifications
You must be signed in to change notification settings - Fork 922
In-development plugins don't have __installed__.js #69
Comments
Do you want to have an option to load development version (not packed into installed.js) of some plugins without Note that there were two related issues, which were fixed today: |
I am unable to get my plugin loaded in debug mode or even when installed with the c9 cli. |
@Hacksore are you using sdk or c9.io? Unfortunately plugin loading on c9.io is broken now, it will be fixed on monday. |
@nightwing I am in fact trying to use c9.io so I guess I'll just wait it out until it's fixed. |
I'm currently working locally with the sdk, and that's fixed, thanks. Having to use debug=2 for development is a tad of a bummer, mostly because the green banner takes up quite a bit of screen space. It'd be good to have a way to do local setups that are good for dog fooding, or presentations. I guess the c9.io issue is something around #68 ? Thus closing this. |
I'm currently hacking on my own plugin, and after the landing of bundles, it seems that there's a requirement to have installed.js.
Just that I don't know how to get to one, without publishing and installing. Which doesn't work while you're developing, obviously.
I got something up when switching forceInstall to true for ~/.c9/plugins in loader.js, but that seems to just wallpaper over the underlying issue.
The text was updated successfully, but these errors were encountered: