How to use AUI 8.3.2 without a node.js application

Our current addon is built upon using spring boot environment and we want to incorporate aui-8.3.2 in it . We are using thymeleaf templates . I am unable to find a matching aui js and css bundle to include in our application. Which files we need to include from node flatpack …?

Hi @ghanshyam, if you want to use AUI without Node.JS there are two options:

  • Use WRM and provide the AUI dependencies for your Web Resources. You can define the dependency for P2 version of AUI in your plugin code. Please check the manual for more information: Bitbucket
  • Use the CDN service called unpkg.com that allows you to include the JS and CSS assets on the page https://unpkg.com/@atlassian/aui. This is the less recommended way of putting AUI in the plugin that

Let me know if you need more help with that.

Maciej