module path refactoring

This commit is contained in:
Yuri Kuznetsov
2021-07-01 17:16:57 +03:00
parent ec31075fae
commit cb51839eb9
8 changed files with 55 additions and 18 deletions
+2
View File
@@ -101,7 +101,9 @@ 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',
]