Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update the gulp task for copying USWDS assets (#1378)
**Related Ticket:** closes #1373 ### Description of Changes The gulp task for copying the USWDS assets during deployment was not copying the assets at all. I've updated the task by replacing the generic `uswds.copyImages()` function with an explicit gulp task ### Notes & Questions About Changes - The change follows the same pattern as other copy tasks in our gulpfile - No other configuration changes are needed as the task is already used into the existing build process ### Validation / Testing - In the deploy preview for veda-ui and veda-config-ghg (PR with deployment: US-GHG-Center/veda-config-ghg#698), verify that USWDS icons appear correctly in the `SiteAlert` or `Banner` components - Check if the icons appear when running the veda-ui locally
- Loading branch information