Do not remove .htaccess from /storage/logs directory.

This commit is contained in:
alext 2017-05-21 11:37:24 +02:00
parent 6e4d333f71
commit 4cc0d4417d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ gulp.task('build', function(done) {
del.sync([
'.tmp-package/storage/logs/*',
'!.tmp-package/storage/logs/.htaccess',
'!.tmp-package/storage/logs/index.html'
]);