diff options
| -rw-r--r-- | config/warble.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/warble.rb b/config/warble.rb index 11c6bf090..9574700d5 100644 --- a/config/warble.rb +++ b/config/warble.rb @@ -11,7 +11,7 @@ Warbler::Config.new do |config| # config.features = %w(gemjar) # Application directories to be included in the webapp. - config.dirs = %w(app config lib log vendor tmp db) + config.dirs = %w(app config lib vendor db) # Additional files/directories to include, above those in config.dirs #config.includes = FileList["db"] |
