Oh I just realized, I can make a plugin that loads plugins from another directory
L
Luke Kander
@Luke Kander
Posts
-
Is there a local directory for nodebb plugins -
Is there a local directory for nodebb pluginsOh npm does that? Cool, but a local plugins folder would be nice
-
Who is using NodeBB?http://trinketmc.net Still in progress, planning to have custom modules for news and shop. Also add wall posts to profile page - theme is being built off persona
-
Is there a local directory for nodebb pluginsI know plugins are stored in node_modules, but I want to have local plugins that are not linked to npm or whatever like local_modules this is mainly to test my plugins before I put the on my server and to have them seperated from the npm because when I do npm update it clears out my changes. I just want to check if there is already an existing feature if not I will just have to edit the plugin loader every update I guess