Normally for plugins in pencilblue when the file details.json
refers the main module like this:
"main_module": {
"path": "pencilblue.js"
},
I am expecting to see the file pencilblue.js
in the same directory as the file details.json
.
But for the pencilblue plugin which is supposed to be a plugin like the others the file pencilblue.js
is not present in the same directory . For all other plugins when the main_module
refers a file I can find it in the same directory.
What did i miss and how this one is different ?
thanks for your support.
The github repo for pencilblue just in case: https://github.com/pencilblue/pencilblue the plugin directory is right there.
thanks