From bf4bec3976008e5f1d968f93270d616c96c3e84d Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Fri, 4 Aug 2017 17:53:20 -0400 Subject: [PATCH] HOR-3621-B The following command works: ./processmaker build-js the commands: './processmaker plugins-translation-create' './processmaker plugins-translation-update' It has not been tested, plugins are required to be running, all commands are functional. --- workflow/engine/bin/tasks/libraries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/bin/tasks/libraries.json b/workflow/engine/bin/tasks/libraries.json index d302cbb06..48329673a 100644 --- a/workflow/engine/bin/tasks/libraries.json +++ b/workflow/engine/bin/tasks/libraries.json @@ -167,8 +167,8 @@ }, { "name": "editor", - "full": "gulliver/thirdparty/htmlarea/editor.js", - "mini": "gulliver/thirdparty/htmlarea/editor.js", + "full": "thirdparty/htmlarea/editor.js", + "mini": "thirdparty/htmlarea/editor.js", "minify": true } ],