diff options
| author | Michel Etienne | 2013-05-21 10:51:09 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-05-21 10:51:09 +0200 |
| commit | de4db59dfa0dafda0c847fd68ef84106f09bdedb (patch) | |
| tree | 545652ae39d2f1c97153caf4fb06480ce59fbf99 | |
| parent | 10a464ddbf17763a9236b6db7d1fe09ec82418df (diff) | |
| download | chouette-core-de4db59dfa0dafda0c847fd68ef84106f09bdedb.tar.bz2 | |
remove tmp and log from war
| -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"] |
