Skip to content

Commit 5b6e3a9

Browse files
authored
Merge pull request Codeception#207 from Codeception/add-tpl-files-to-phar
Add tpl files to phar
2 parents 67fd74e + c9e55a3 commit 5b6e3a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RoboFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ private function packPhar($pharFileName)
579579
->name('*.woff')
580580
->name('*.woff2')
581581
->name('*.png')
582+
->name('*.tpl')
582583
->name('*.tpl.dist')
583584
->name('*.html.dist')
584585
->exclude('Tests')

0 commit comments

Comments
 (0)