XF 2.0 Customizing the build process - file next to upload folder

Tealk

Well-known member
Licensed customer
Hello,

is it possible with the "Customizing the build process" include a file next to the upload folder into the zip?
 
It sure is.

All you need to do is have a folder in your src/addons/<addon> directory named "_no_upload".

Any contents in there will be in the add-on Zip but outside of the upload directory.
 
Thank you very much.
It'd be great if you'd put that in the Dev Docs.
 
I've created an issue on GitHub so that either us or some other contributor will be reminded to add it to the documentation in the future.
 
Back
Top Bottom