cleanup transpiled dir before build
This commit is contained in:
@@ -122,6 +122,9 @@ module.exports = grunt => {
|
|||||||
},
|
},
|
||||||
|
|
||||||
clean: {
|
clean: {
|
||||||
|
tanspiled: [
|
||||||
|
'client/lib/transpiled/**',
|
||||||
|
],
|
||||||
start: [
|
start: [
|
||||||
'build/EspoCRM-*',
|
'build/EspoCRM-*',
|
||||||
'client/lib/*',
|
'client/lib/*',
|
||||||
@@ -502,6 +505,7 @@ module.exports = grunt => {
|
|||||||
'less',
|
'less',
|
||||||
'cssmin',
|
'cssmin',
|
||||||
'prepare-lib-original',
|
'prepare-lib-original',
|
||||||
|
'clean:tanspiled',
|
||||||
'transpile',
|
'transpile',
|
||||||
'bundle',
|
'bundle',
|
||||||
'bundle-templates',
|
'bundle-templates',
|
||||||
|
|||||||
Reference in New Issue
Block a user