-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix scss webroot and url rewrite #7631
Conversation
835f6fa
to
24a30fc
Compare
Codecov Report
@@ Coverage Diff @@
## master #7631 +/- ##
============================================
+ Coverage 51.17% 51.18% +0.01%
- Complexity 24886 24889 +3
============================================
Files 1602 1602
Lines 94752 94798 +46
Branches 1368 1368
============================================
+ Hits 48486 48522 +36
- Misses 46266 46276 +10
|
1d9da6c
to
5a9d097
Compare
e5bb608
to
c732f56
Compare
Test finally fixed! :) @zauguin please test! 😃 |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Fixed tests Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
- With root installation - Core css - App inside server root - Secondary apps directory outside server root - With an installation in a sub directory - Core css - App inside server root - Secondary apps directory outside server root Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
c732f56
to
c0c4443
Compare
Works fine. Awesome👍 |
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.
Tested and works here 👍
We need a backport imho :) |
@skjnldsv Do it ;) |
Backport is fine. Please note that this change has the potential to break in esoteric/non standard webserver setups. So good testing is important. |
@karlitschek that's why I added tests with various installation instances to make sure it doesn't break. :) |
Fixes #7534
Also fixes the following situations:
➡️ Fix the massiv log spamming of not finding the webroot
TODO: