Gitify icon indicating copy to clipboard operation
Gitify copied to clipboard

Chunks are placed wrong after build

Open Peeet93 opened this issue 5 years ago • 1 comments

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

Peeet93 avatar Oct 30 '20 16:10 Peeet93

Perhaps the media source isn't built prior to the chunk?

Mark-H avatar Oct 10 '21 16:10 Mark-H