Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
This commit is contained in:
@ -27,5 +27,6 @@
|
||||
<file src="..\Shared\bin\Release\netstandard2.1\[Owner].[Module]s.Shared.Oqtane.dll" target="lib" />
|
||||
<file src="..\Shared\bin\Release\netstandard2.1\[Owner].[Module]s.Shared.Oqtane.pdb" target="lib" />
|
||||
<file src="..\wwwroot\**\*.*" target="wwwroot" />
|
||||
<file src="..\content\**\*.*" target="content" />
|
||||
</files>
|
||||
</package>
|
1
Oqtane.Client/Modules/Admin/ModuleCreator/Templates/External/content/resources.txt
vendored
Normal file
1
Oqtane.Client/Modules/Admin/ModuleCreator/Templates/External/content/resources.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is the location where static resources for third party libraries should be located ( the third party library assemblies will be included in the /lib folder ). They should be placed in subfolders which match the naming convention of the third party library. When the module package is deployed the static resource subfolders will be extracted under the web root.
|
@ -1 +1 @@
|
||||
This is the location where static resources such as images or style sheets should be located
|
||||
This is the location where static resources such as images or style sheets for this module will be located. Static assets can be organized in subfolders. When the module package is deployed the assets will be extracted under the web root in a folder that matches the module name.
|
Reference in New Issue
Block a user