Skip to content

Commit aa9b1b2

Browse files
More Sprites (#15400)
* remove need for quest_ notif_ and inventory_quest_ in css * fix test
1 parent 401e541 commit aa9b1b2

File tree

8 files changed

+31
-1877
lines changed

8 files changed

+31
-1877
lines changed

Diff for: gulp/gulp-sprites.js

+9
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ function filterFile (file) {
6464
if (file.relative.indexOf('icon_background') === 0) {
6565
return false;
6666
}
67+
if (file.relative.indexOf('notif_') === 0) {
68+
return false;
69+
}
70+
if (file.relative.indexOf('quest_') === 0) {
71+
return false;
72+
}
73+
if (file.relative.indexOf('inventory_quest_') === 0) {
74+
return false;
75+
}
6776
return true;
6877
}
6978

0 commit comments

Comments
 (0)