We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1b7dd commit 080b6efCopy full SHA for 080b6ef
app/test/frontend/static_files_test.dart
@@ -144,6 +144,11 @@ void main() {
144
'/static/material/bundle/script.min.js.LICENSE.txt',
145
'/static/material/bundle/styles.min.js',
146
])
147
+ // Images that we are not currently using but keep alongside of the used version.
148
+ ..removeAll([
149
+ '/static/img/ff-banner-desktop-dark-2x.svg',
150
+ '/static/img/ff-banner-mobile-dark-2x.svg',
151
+ ])
152
// script parts are served, but not referenced
153
..removeWhere(
154
(e) =>
0 commit comments