Well... js scripts are loaded when I put all their filenames in plugin.json like this :
"scripts": [
"public/js/loader.js",
"public/js/lib/actions.js",
"public/js/lib/base.js",
"public/js/lib/commands.js",
"public/js/lib/settings.js",
"public/js/lib/sockets.js",
"public/js/lib/utils.js",
"public/js/lib/actions/bug.js",
"public/js/lib/actions/default.js",
"public/js/lib/actions/gist.js",
"public/js/lib/actions/hide.js",
"public/js/lib/actions/settings.js",
"public/js/lib/commands/default.js"
],
It doesn't work like on nodebb v1.12.2 when it was only necessary to put the folder path (like on my previous message).
I don't know if it's intentional from nodebb developers or if it's a problem with a different origin... Mystery... ???