From 5c63b90d3baa4206b0bd4e4f8cd62399fb78f6aa Mon Sep 17 00:00:00 2001 From: clarlars Date: Tue, 30 Jul 2019 16:12:44 -0700 Subject: [PATCH] Change command from clean to empty to prevent task name collision --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index c45f2f609..e198805fc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2090,8 +2090,8 @@ var zipAllFiles = function( destZipFile, filesList, completionFn ) { }; grunt.registerTask( - 'clean', - 'Remove unnecessry files to make a clean app-designer', + 'empty', + 'Remove unnecessary files to make an empty app-designer', function() { deleteTopLevel(grunt, tablesConfig.tablesDir);