mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
generate: dont ignore dlls when copying a theme
--HG-- branch : dev
This commit is contained in:
parent
d8266701d5
commit
d142f8f93b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user