From 6a637f32e85b06293ec0f5ef1f030c442c893e41 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 2 Mar 2022 00:34:49 +0300 Subject: [PATCH] [DE] debug deployment --- build/Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 509e36b36..3bb5c3639 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -396,9 +396,9 @@ module.exports = function(grunt) { localization: { files: packageFile['main']['copy']['localization'] }, - // help: { - // files: packageFile['main']['copy']['help'] - // }, + help: { + files: packageFile['main']['copy']['help'] + }, indexhtml: { files: packageFile['main']['copy']['indexhtml'] }