Skip to content

Commit 607c04d

Browse files
FineWolffabpot
authored andcommitted
assets:install command should mirror .dotfiles (.htaccess)
1 parent 3df79d6 commit 607c04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
103103
} else {
104104
$filesystem->mkdir($targetDir, 0777);
105105
// We use a custom iterator to ignore VCS files
106-
$filesystem->mirror($originDir, $targetDir, Finder::create()->in($originDir));
106+
$filesystem->mirror($originDir, $targetDir, Finder::create()->ignoreDotFiles(false)->in($originDir));
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)