1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-24 15:22:51 +02:00

Added copying of files to build folder

This commit is contained in:
Andrew Davis
2018-09-02 18:24:24 -05:00
parent d0ec26d058
commit e5df68592d
6 changed files with 37 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ return [
'code_dir' => __DIR__ . '/code',
'templates_dir' => __DIR__ . '/templates',
'output_dir' => '/tmp/apprentice_output',
'files_dir' => __DIR__ . '/files',
'pages' => [
Page::create('index', 'index.phtml'),
Page::create('test', null, 'test.php', [

0
test/static/files/TEST Normal file
View File

View File