This plugin enables phile to serve non-markdown files from within the content folder.
"require": {
"kicken/phile-serve-content-files": "*"
}
After you have installed the plugin you need to activate it. Add the following line to Phile's root config.php
file:
$config['plugins'][Phile\Plugin\ServeContentFiles\Plugin::class] = [
'active' => true
];