mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
template precompile
This commit is contained in:
@@ -41,7 +41,8 @@ const originalLibCrmDir = './client/modules/crm/lib/original';
|
||||
.filter(path => !fs.existsSync(path))
|
||||
.forEach(path => fs.mkdirSync(path));
|
||||
|
||||
let bundleFiles = [];
|
||||
let bundleFiles = ['espo-templates.js'];
|
||||
|
||||
for (let i = 0; i < bundleConfig.chunkNumber; i++) {
|
||||
bundleFiles.push(`espo-${i}.js`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user