template precompile

This commit is contained in:
Yuri Kuznetsov
2023-05-31 14:48:23 +03:00
parent 1722d3b69f
commit d05a084509
8 changed files with 167 additions and 22 deletions

View File

@@ -289,6 +289,9 @@ class Diff
fileList.push(`client/lib/espo-${i}.min.js.map`);
}
fileList.push('client/lib/espo-templates.min.js');
fileList.push('client/lib/espo-templates.min.js.map');
//fileList.push('client/lib/original/espo.js');
fs.readdirSync('client/css/espo/').forEach(file => {