Skip to content

this.files being populated in a bad order #1338

Open
@diosney

Description

@diosney

Right now this.files is being populated as:

  'src/applications/hr/admin/organization/settings/settings.js',
  'src/applications/hr/admin/organization/settings/settings-controller.js',
  'src/applications/hr/hr.js',
  'src/applications/hr/hr-services.js'

and should be like:


  'src/applications/hr/hr.js',
  'src/applications/hr/hr-services.js'
  'src/applications/hr/admin/organization/settings/settings.js',
  'src/applications/hr/admin/organization/settings/settings-controller.js',

This seems to be a minor issue, but when used with plugins like grunt-contrib-concat lead to wrong concatenated files, since the code execution order is mangled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions