Skip to content

Commit

Permalink
Merge pull request #17053 from calixteman/issue17044
Browse files Browse the repository at this point in the history
Add alt-text svg images to the dist (issue #17044)
  • Loading branch information
timvandermeij committed Oct 1, 2023
2 parents 71bffcc + 0d9aef1 commit be53c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ function buildComponents(defines, dir) {
const COMPONENTS_IMAGES = [
"web/images/annotation-*.svg",
"web/images/loading-icon.gif",
"web/images/altText_*.svg",
];

return merge([
Expand Down

0 comments on commit be53c7d

Please sign in to comment.