Hi,
Not sure if we can do this yet, since it’s still beta time, but I have a question about packaging up HTML5 plugins for the Marketplace.
Do we just use the standard Plugin Template build tool in the https://github.com/develephant/corona-html5-plugin-boilerplate?
And if so, do we put the _js.js file in with the rest of the files in the support directory? Or is the process different?
On some initial testing I was not able to access the _js.js from another directory in the plugin stub…
... if platform == 'html5' then lib = require("otherdir.myplugin\_js") --\< fail! else ...
…which you generally do to reference a file when using a support directory. Does the _js.js just sit at the same level as the stub file?
-dev