From edb8cc998b75cd39b2469c6fdf3613b99b0cdbfe Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 7 Oct 2024 19:26:02 +0300 Subject: [PATCH] build cleanup modules --- Gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index bcd1cb0c52..52c2525a4b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -137,9 +137,11 @@ module.exports = grunt => { src: [ 'build/tmp/custom/Espo/Custom/*', '!build/tmp/custom/Espo/Custom/.htaccess', + '!build/tmp/custom/Espo/Modules', + 'build/tmp/custom/Espo/Modules/*', + '!build/tmp/custom/Espo/Modules/.htaccess', 'build/tmp/install/config.php', 'build/tmp/vendor/*/*/.git', - 'build/tmp/custom/Espo/Custom/*', 'build/tmp/client/custom/*', '!build/tmp/client/custom/modules', 'build/tmp/client/custom/modules/*',