OSDN Git Service

phar: add all files from the templates/ directory
authorscribu <mail@scribu.net>
Wed, 14 Aug 2013 20:38:45 +0000 (23:38 +0300)
committerscribu <mail@scribu.net>
Wed, 14 Aug 2013 20:40:41 +0000 (23:40 +0300)
utils/make-phar.php

index a9f5477..8f7bb90 100644 (file)
@@ -52,7 +52,7 @@ $finder = new Finder();
 $finder
        ->files()
        ->ignoreVCS(true)
-       ->name('*.mustache')
+       ->ignoreDotFiles(false)
        ->in('./templates')
        ;