From c287137283bdf4f58f06a2af326dbbde4ffc19fe Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 29 May 2023 10:37:22 +0300 Subject: [PATCH] grunt do not clean custom modules --- Gruntfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1efb8887d2..57f9b201a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -110,9 +110,7 @@ module.exports = grunt => { beforeFinal: { src: [ 'build/tmp/custom/Espo/Custom/*', - 'build/tmp/custom/Espo/Modules/*', '!build/tmp/custom/Espo/Custom/.htaccess', - '!build/tmp/custom/Espo/Modules/.htaccess', 'build/tmp/install/config.php', 'build/tmp/vendor/*/*/.git', 'build/tmp/custom/Espo/Custom/*',