-
Notifications
You must be signed in to change notification settings - Fork 70
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
Cleanup static files #13254
Cleanup static files #13254
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13254 +/- ##
=======================================
Coverage 93.71% 93.72%
=======================================
Files 1438 1438
Lines 19927 19919 -8
Branches 2417 2417
=======================================
- Hits 18675 18669 -6
+ Misses 1004 1002 -2
Partials 248 248 ☔ View full report in Codecov by Sentry. |
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.
Fantastisk opprydning. Regner med at filen startpage.css
inneholder ting du har slettet andre steder. Vi kan nok slette det aller meste her, kanskje alt, men la oss gjøre det som en separat oppgave. Da blir det lettere å finne årsaken hvis vi skulle oppdage at noe mangler.
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.
Great work! 🚀
Tested ok in dev. |
Description
_Layout.cshtml
) for all pages (dashboard, app-development, app-preview, studio-root, resourceadm and start page)Related Issue(s)
Verification