Uploaded image for project: 'Flagon'
  1. Flagon
  2. FLAGON-335

Update Gulp file to Gulp 4.0.0 preferred format

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • UserALE.js 2.2.0
    • UserALE.js 2.2.0
    • UserALE.js
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            poorejc@me.com Joshua Poore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: