From 4cc0d4417d839080d4c5173563479c548dc37d5e Mon Sep 17 00:00:00 2001 From: alext Date: Sun, 21 May 2017 11:37:24 +0200 Subject: [PATCH] Do not remove .htaccess from /storage/logs directory. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index f6a27c69..fb62bb76 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' ]);