diff --git a/Gruntfile.js b/Gruntfile.js index 3dabb80df7..557272ad5a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']