Skip to content

Remove pathing.json complexity #125

Description

@david-poindexter

Is your feature request related to a problem?

Based on the Gulp 3 implementation, it was a more acceptable pattern to have a separate pathing.json file for storage of common project paths that are referenced throughout gulpfile.js. However, with the migration to Gulp 4, it is a more acceptable pattern to have paths stored in a JSON array variable and to be a bit more explicit in setting full paths for sources and destinations for each gulp task.

Describe the solution you'd like

Remove pathing.json and related variables/usage in gulpfile.js.

Describe alternatives you've considered

n/a

Additional context

n/a

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions