mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 11:17:28 +08:00
#16792: Resources should follow a [module name]-[resource name].[file extension] naming convention.
--HG-- branch : dev
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Content\orchard.ico" />
|
||||
<Content Include="Styles\admin.css" />
|
||||
<Content Include="Styles\orchard-themes-admin.css" />
|
||||
<Content Include="Views\Admin\Index.cshtml" />
|
||||
<Content Include="Views\Admin\Install.cshtml" />
|
||||
<Content Include="Views\ThemePreview.cshtml" />
|
||||
|
@@ -5,7 +5,7 @@ namespace Orchard.Themes {
|
||||
public class ResourceManifest : IResourceManifestProvider {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
manifest.DefineStyle("ThemesAdmin").SetUrl("admin.css");
|
||||
manifest.DefineStyle("ThemesAdmin").SetUrl("orchard-themes-admin.css");
|
||||
|
||||
// todo: include and define the min.js version too
|
||||
// todo: move EasySlider to common location, although it does not appear to be used anywhere right now
|
||||
|
Reference in New Issue
Block a user