We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109ea59 + 0aa4fc6 commit bfa44afCopy full SHA for bfa44af
gulpfile.mjs
@@ -1203,16 +1203,7 @@ gulp.task(
1203
function buildComponents(defines, dir) {
1204
fs.rmSync(dir, { recursive: true, force: true });
1205
1206
- const COMPONENTS_IMAGES = [
1207
- "web/images/annotation-*.svg",
1208
- "web/images/loading-icon.gif",
1209
- "web/images/altText_*.svg",
1210
- "web/images/editor-toolbar-*.svg",
1211
- "web/images/messageBar_*.svg",
1212
- "web/images/toolbarButton-{editorHighlight,menuArrow}.svg",
1213
- "web/images/cursor-*.svg",
1214
- "web/images/comment-*.svg",
1215
- ];
+ const COMPONENTS_IMAGES = ["web/images/*.svg", "web/images/*.gif"];
1216
1217
return ordered([
1218
createComponentsBundle(defines).pipe(gulp.dest(dir)),
0 commit comments