From 832ab98328a9ee46abd83f73f0c20dfae20f5c78 Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Wed, 10 Mar 2021 21:18:50 +0100 Subject: [PATCH] Fixed broken build task runner. (Redmine issue: #3387,#7106) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d9377d8f8..27c66dc06 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -285,7 +285,7 @@ module.exports = function(grunt) { grunt.registerTask( 'webui', '(RUN) Build and install web user interface dependencies.', - ['clean:webui', 'shell:pybabel_hawat', 'copy:webui', 'comments', 'minify-cldrs'] + ['clean:webui', 'shell:pybabel_hawat', 'copy:webui', 'minify-cldrs'] ); grunt.registerTask( 'default', -- GitLab