Is there a way to download or package additional files say assets likes images or json files into the final build at compile time?
I am trying to find a way I can have the files packed to the server if they are managed from a separate CMS system.
Or is it best to just try to find a way to integrate CMS into github so when content changes it deploys automatically?