Closed eksperimental closed 2 years ago
First, it adds content as Phony, otherwise, if the folder was present it was not getting rebuilt. Then it adapts the conetntn command for testing locally. Allowing to run make content and pick up the changes when running locally.
make content
Ideally we should make a task named content_update which runs rsync or git fetch depending on ENV
content_update
rsync
git fetch
First, it adds content as Phony, otherwise, if the folder was present it was not getting rebuilt. Then it adapts the conetntn command for testing locally. Allowing to run
make content
and pick up the changes when running locally.