cleanup transpiled dir before build

This commit is contained in:
Yuri Kuznetsov
2024-09-17 14:44:49 +03:00
parent e392dbb1b4
commit fecfe3bc96
+4
View File
@@ -122,6 +122,9 @@ module.exports = grunt => {
},
clean: {
tanspiled: [
'client/lib/transpiled/**',
],
start: [
'build/EspoCRM-*',
'client/lib/*',
@@ -502,6 +505,7 @@ module.exports = grunt => {
'less',
'cssmin',
'prepare-lib-original',
'clean:tanspiled',
'transpile',
'bundle',
'bundle-templates',