You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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
The USWDS icons are not shown when the SiteAlert or the Banner are used in the GHG center.
See: US-GHG-Center/veda-config-ghg#693
The text was updated successfully, but these errors were encountered: