Skip to content
Snippets Groups Projects
Commit 832ab983 authored by Jan Mach's avatar Jan Mach
Browse files

Fixed broken build task runner.

(Redmine issue: #3387,#7106)
parent 09c64f0a
No related branches found
No related tags found
No related merge requests found
...@@ -285,7 +285,7 @@ module.exports = function(grunt) { ...@@ -285,7 +285,7 @@ module.exports = function(grunt) {
grunt.registerTask( grunt.registerTask(
'webui', 'webui',
'(RUN) Build and install web user interface dependencies.', '(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( grunt.registerTask(
'default', 'default',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment