grunt clean change

This commit is contained in:
yuri
2019-03-11 10:21:27 +02:00
parent 05b6bcbab2
commit 7eff19547c
+1 -1
View File
@@ -123,7 +123,7 @@ module.exports = function (grunt) {
}
},
clean: {
start: ['build/*'],
start: ['build/EspoCRM-*'],
final: ['build/tmp'],
beforeFinal: {
src: ['build/tmp/custom/Espo/Custom/*', '!build/tmp/custom/Espo/Custom/.htaccess']