Joshua Poore created SENSSOFT-335:
-------------------------------------

             Summary: Update Gulp file to Gulp 4.0.0 preferred format
                 Key: SENSSOFT-335
                 URL: https://issues.apache.org/jira/browse/SENSSOFT-335
             Project: SensSoft
          Issue Type: Improvement
          Components: UserALE.js
    Affects Versions: UserALE.js 2.0.0
            Reporter: Joshua Poore
            Assignee: Rob Foley
             Fix For: UserALE.js 2.0.0


Gulp 4 "prefers" a certain structure to the gulpfile (see 
[https://github.com/gulpjs/gulp/issues/1392]):

vars/const

funx ()

gulp.task x, y, z

 

While we have updated to Gulp 4 from 3.9.1, our gulpfile is still in the old 
structure, which functions embedded in gulp.tasks

vars/const

gulp.task x (funx), y (funx), z (funx)

 

The result is that Gulp runs tasks serialized or paralleled funx as <anonymous> 
tasks, rather than named tasks. Annoying cosmetic issue in console output and 
if our gulpfile gets more complex, potentially something more annoying for 
debugging purposes.

Modify our gulpfile to adopt Gulp 4 preferred structure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to