[RSS Feed/News] How to add JS files in add-on releases

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

Code:
> addons/FOX/MyAddon
> xenforo/js/FOX/MyAddon/ ... JS files ...

RELEASE TREE:
Code:

> upload/src/addons/FOX/MyAddon
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom