|
@@ -34,11 +34,6 @@ class Mustache
|
|
|
{
|
|
|
foreach (new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($dir), \RecursiveIteratorIterator::LEAVES_ONLY) as $file)
|
|
|
{
|
|
|
- if ($file instanceof \DirectoryIterator && $file->isDot())
|
|
|
- {
|
|
|
- continue;
|
|
|
- }
|
|
|
-
|
|
|
static::renderFile((string) $file, $parameters);
|
|
|
}
|
|
|
}
|