Reply to thread

In one of my addons, this is my build.json:

[CODE]{

    "additional_files": [

        "js/8wayrun/discord",

        "connected_discord.php"

    ]

}[/CODE]


Naturally, this includes my JS folder. It also includes a file in the XF root called connected_discord.php.


However, in XF2.1, building the addon does not include the connected_discord.php file.


Back
Top Bottom