Fixed
Details
Assignee
UnassignedUnassignedReporter
Justin ObaraJustin ObaraComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Justin Obara
Justin ObaraComponents
Priority
Created November 6, 2019 at 8:13 PM
Updated May 18, 2021 at 7:14 PM
Resolved May 18, 2021 at 7:14 PM
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.