diff --git a/.gitignore b/.gitignore
index dd969b7806..e80262bb24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,9 +130,6 @@ nCrunchTemp_*
*.mm.*
AutoTest.Net/
-# Web workbench (sass)
-.sass-cache/
-
# Installshield output folder
[Ee]xpress/
diff --git a/docs-website/docs/getting-started/from-source.md b/docs-website/docs/getting-started/from-source.md
index 0c35a17bc3..408dea1381 100644
--- a/docs-website/docs/getting-started/from-source.md
+++ b/docs-website/docs/getting-started/from-source.md
@@ -15,9 +15,6 @@ Windows; it runs under Linux and macOS as well.
* [PostgreSQL](https://www.postgresql.org/download/) installed
* Visual Studio 2026, with the workloads for *ASP.NET Web development* and
*.NET Desktop development*. Please keep it up-to-date to prevent issues.
-* The Visual Studio extension
- [Web Compiler 2022+](https://marketplace.visualstudio.com/items?itemName=Failwyn.WebCompiler64),
- if you plan to edit SCSS files of the admin panel
* [.NET SDK 10](https://dotnet.microsoft.com/download/dotnet/10.0) — it should
already be included in Visual Studio 2026
```powershell
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 98073cb6ff..94383d0c9b 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -7,7 +7,6 @@
| @Resources.FileName | @if (this._selectedFile == null) @@ -143,6 +143,7 @@ private const long LogReadBufferSizeBytes = 102400; // 100 KB private const int LiveUpdateIntervalMs = 2000; private const string TerminalElementId = "log-terminal"; + private const string JsModulePath = "./_content/MUnique.OpenMU.Web.AdminPanel/Pages/LogFiles.razor.js"; private readonly List
|---|