We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I'm not totally wrong the module names should be like: com.acme~module1~v1.0 instead of com.acme-module-v1.0
com.acme~module1~v1.0
com.acme-module-v1.0
in this Section: https://github.com/vert-x/vert-x.github.io/blob/master/mods_manual.html#L310
Please comment if this is correct or not.
I also made a PR in the examples repo, to show a minimal example of including javascript module ressources, which could be linked there too:
vert-x/vertx-examples#5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I'm not totally wrong the module names should be like:
com.acme~module1~v1.0
instead ofcom.acme-module-v1.0
in this Section:
https://github.com/vert-x/vert-x.github.io/blob/master/mods_manual.html#L310
Please comment if this is correct or not.
I also made a PR in the examples repo, to show a minimal example of including javascript module ressources, which could be linked there too:
vert-x/vertx-examples#5
The text was updated successfully, but these errors were encountered: