Jaxel
Well-known member
- Affected version
- 2.1
In one of my addons, this is my build.json:
Naturally, this includes my JS folder. It also includes a file in the XF root called
However, in XF2.1, building the addon does not include the
Code:
{
"additional_files": [
"js/8wayrun/discord",
"connected_discord.php"
]
}
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.