FLUID-6425: Custom builds include all src directories

Metadata

Source
FLUID-6425
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2019-11-06T15:13:03.765-0500
Updated
2021-05-18T15:14:00.909-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Build Scripts

Description

Custom builds should only include the directories for which files requested come from. Currently all of the directories from src are included in custom packages, even those that are not requested. The concatenated JS file is being build correctly though.

Steps to reproduce:

1. Run the build scrips from the command line ( grunt custom --source=true --include="uiOptions" ).
2. After the build has completed go to the products folder and unzip the package.
3. Notice that all of the directories from the src directory are included and not just the ones that contain files used in the custom build.

Comments

  • Justin Obara commented 2021-05-18T15:14:00.906-0400

    This was addressed along with changes for FLUID-6594