From 21b724fe58c518be9ab203160420fff20e7954e3 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Fri, 13 Dec 2024 11:39:26 +0300 Subject: [PATCH] [main] debug apps help loading --- build/Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index ac6e5d2620..921b58bddb 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -455,9 +455,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'] }