-
-
Notifications
You must be signed in to change notification settings - Fork 77
perf: group icons into one chunk and extract CSS #2949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2949 +/- ##
======================================
Coverage 2.31% 2.31%
======================================
Files 98 98
Lines 6190 6190
Branches 112 112
======================================
Hits 143 143
Misses 6047 6047 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Ferdinand Thiessen <[email protected]>
reducing files from 73 to 56 Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
| [[annotations]] | ||
| path = ["l10n/**.js", "l10n/**.json", "js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "screenshots/screenshot1.png", "src/assets/file-placeholder.svg"] | ||
| path = ["js/**.map"] | ||
| precedence = "override" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed to remove warning from REUSE because there are SPDX headers within the map file (as they contain all sources).
It basically tells REUSE to use this license here instead of parsing the file.
skjnldsv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still not sure about the benefits of 36 css files 🙈
Uh oh!
There was an error while loading. Please reload this page.