build changes

This commit is contained in:
Yuri Kuznetsov
2022-03-24 15:53:05 +02:00
parent 03eb8db555
commit 9d7246832d
8 changed files with 46 additions and 34 deletions
+2 -2
View File
@@ -258,8 +258,8 @@ class Diff
libData.filesToCopy.forEach(item => fileList.push(item));
fileList.push('client/espo.min.js');
fileList.push('client/espo.min.js.map');
fileList.push('client/lib/espo.min.js');
fileList.push('client/lib/espo.min.js.map');
fs.readdirSync('client/css/espo/').forEach(file => {
fileList.push('client/css/espo/' + file);