Gitify
Gitify copied to clipboard
Chunks are placed wrong after build
Summary
If i run Gitify build -f --no-backup my site is not correctly build. I have static-chunks in a specific media-source and on build they are placed in the root of the gitify project.
Step to reproduce
Create a media-source and a chunk in its directory. Assign the static file to the chunk and run Gitify extract.
Observed behavior
After Gitify build -f --no-backup, the chunk is placed inside the root of the project.
Expected behavior
The static file should be placed with media-source as root path.
Environment
Gitify version => latest, MODX version => 2.7.3
Perhaps the media source isn't built prior to the chunk?