]
Pavol Pitonak updated JBDS-3854:
--------------------------------
Story Points: 1
Installer: Gulp dist task doesn't report subtasks in correct
order
------------------------------------------------------------------
Key: JBDS-3854
URL:
https://issues.jboss.org/browse/JBDS-3854
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Pavol Pitonak
Assignee: Pavol Pitonak
Gulp task _dist_ log is in wrong order, e.g. dist should finish after clean is finished
(caused by mixed usage of runSequence and native Gulp dependent tasks)
{code}
[11:40:03] Using gulpfile ~/workspace/developer-platform-install/gulpfile.js
[11:40:03] Starting 'check-requirements'...
[11:40:05] Finished 'check-requirements' after 1.74 s
[11:40:05] Starting 'dist'...
[11:40:05] Starting 'clean'...
[11:40:05] Finished 'dist' after 3.05 ms
[11:40:05] Finished 'clean' after 4.52 ms
{code}