I have a GAE flexible app that shares files with another GAE app (these are different apps and not modules of a single app). To avoid duplicate files, I use sym links.
With GAE standard this worked fine, but with GAE flexible, the sym links are deployed as sym links. This breaks my app, because where the links point to is outside of the app.
With GAE flexible, is it possible to replace symlinks with what they are pointing to on deployment?