generate: dont ignore dlls when copying a theme

--HG--
branch : dev
This commit is contained in:
Dave Reed 2010-10-05 11:20:30 -07:00
parent d8266701d5
commit d142f8f93b

View File

@ -20,10 +20,10 @@ namespace Orchard.CodeGeneration.Commands {
private readonly ISchemaCommandGenerator _schemaCommandGenerator;
private static readonly string[] _ignoredExtensions = new [] {
"dll", "obj", "pdb", "exclude"
"obj", "pdb", "exclude"
};
private static readonly string[] _ignoredPaths = new [] {
"/bin/", "/obj/"
"/obj/"
};
private static readonly string[] _themeDirectories = new [] {
"", "Content", "Styles", "Scripts", "Views", "Zones"