You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for you hard work on this project.
I've been having a minor issue in that the order of a include[] seems to make a difference for condition includes. For example, an .ini file with:
Thank you for you hard work on this project.
I've been having a minor issue in that the order of a
include[]
seems to make a difference for condition includes. For example, an.ini
file with:will not include
path_b
in the deployment. However the reverse does work:I'm not certain what the exact issue is, but it appears that a conditional
include
must be listed after the non-conditionalinclude
thank you
The text was updated successfully, but these errors were encountered: