XF 2.2 How to add JS files in add-on releases

FoxSecrets

Active member
My add-on is being built on add-on folder outside xenforo, and the JS files is inside XF folder in order to work.
However when I release it, the JS folder is not added to the package. How can I add it with the release command?

ADD-ON TREE:
Code:
> addons/FOX/MyAddon
> xenforo/js/FOX/MyAddon/ ... JS files ...

RELEASE TREE:
Code:
> upload/src/addons/FOX/MyAddon
 
Top Bottom