emory-libraries / templating-engine

A PHP templating engine for powering a dynamic website
0 stars 0 forks source link

Fixes deploy script to upload via buffer rather than string #74

Closed kristianserrano closed 5 years ago

kristianserrano commented 5 years ago

This fixes the issue with broken images (and other broken asset files) after deploying by uploading via buffer stream rather than trying to read file contents as a string.