WIP: ThemeProblemSolver #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "ThemeProblemSolver"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -21,2 +21,3 @@new Resource { ResourceType = ResourceType.Stylesheet, Url = "~/Theme.css" },new Resource { ResourceType = ResourceType.Script, Url = "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js", Integrity = "sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg==", CrossOrigin = "anonymous" }new Resource { ResourceType = ResourceType.Script, Url = "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js", Integrity = "sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg==", CrossOrigin = "anonymous" },new Resource { ResourceType = ResourceType.Script, Url = "~/menu.js"}Ich weiß nicht wie sich das Tildezeichen hier verhält. Kann auf Prod eventuell zu Problemen führen, die auf Dev nicht auftreten
@ -7,2 +5,3 @@cp -rf "../Server/wwwroot/"* "../../oqtane.framework-dev/Oqtane.Server/wwwroot/"cp -f "../Client/bin/Debug/$TargetFramework/$ProjectName$.Client.Oqtane.dll" "../../oqtane.framework/Oqtane.Server/bin/Debug/$TargetFramework/"cp -f "../Client/bin/Debug/$TargetFramework/$ProjectName$.Client.Oqtane.pdb" "../../oqtane.framework/Oqtane.Server/bin/Debug/$TargetFramework/"Trailing $ wie bei #6
So wird es in anderen themes auch gemacht hat aber eh nicht funktioniert deshalb eh unnötig. Bei dem neuen branch wurde das mit einer blazer Funktion erstetzt
Wo ist dieser neue Branch? Meinst du macproblemsolver? (Ich nehme an, das war bezogen auf #7 (comment))
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.