From 32c7d4cd6d147e92350f11a1396f0ff594bf844c Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Wed, 29 Jun 2016 11:52:29 +0800 Subject: [PATCH] fix(grunt): avoid cleaning empty files --- Gruntfile.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 9317d189c..5a0efb0ac 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -488,6 +488,9 @@ module.exports = (grunt) -> src: "<%= amsf.base %>/themes/<%= amsf.theme.current %>" cleanempty: + options: + files: false + dist: src: ["<%= config.dist %>/**/*"]