Skip to content

Commit

Permalink
Remove min js file from TheAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Feb 25, 2025
1 parent 9d47e35 commit 9e54041
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ static ResourceManagementOptionsConfiguration()
_manifest
.DefineScript("admin")
.SetDependencies("bootstrap", "admin-main", "theme-manager", "jQuery", "Sortable")
.SetUrl("~/TheAdmin/js/TheAdmin.min.js", "~/TheAdmin/js/TheAdmin.js")
.SetUrl("~/TheAdmin/js/TheAdmin.js")
.SetVersion("1.0.0");

_manifest
.DefineScript("admin-main")
.SetUrl("~/TheAdmin/js/TheAdmin-main.min.js", "~/TheAdmin/js/TheAdmin-main.js")
.SetUrl("~/TheAdmin/js/TheAdmin-main.js")
.SetDependencies("theme-head", "js-cookie")
.SetVersion("1.0.0");

Expand Down

0 comments on commit 9e54041

Please sign in to comment.