add theme creator module to simplify the scaffolding of external themes
This commit is contained in:
3
Oqtane.Server/wwwroot/Themes/Templates/External/Package/debug.cmd
vendored
Normal file
3
Oqtane.Server/wwwroot/Themes/Templates/External/Package/debug.cmd
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
XCOPY "..\Client\bin\Debug\net5.0\[Owner].[Theme].Client.Oqtane.dll" "..\..\[RootFolder]\Oqtane.Server\bin\Debug\net5.0\" /Y
|
||||
XCOPY "..\Client\bin\Debug\net5.0\[Owner].[Theme].Client.Oqtane.pdb" "..\..\[RootFolder]\Oqtane.Server\bin\Debug\net5.0\" /Y
|
||||
XCOPY "..\Client\wwwroot\*" "..\..\[RootFolder]\Oqtane.Client\wwwroot\" /Y /S /I
|
Reference in New Issue
Block a user