#16792: Resources should follow a [module name]-[resource name].[file extension] naming convention.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-22 14:25:54 -08:00
parent e5d290ff2b
commit 97410bd37a
48 changed files with 49 additions and 44 deletions

View File

@@ -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" />

View File

@@ -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