Skip to content

Commit

Permalink
Some dependencies were added twice; Disable page caching in developme…
Browse files Browse the repository at this point in the history
…nt mode [#6]
  • Loading branch information
Alexander Flatter committed Jun 26, 2008
1 parent d3b6208 commit b701405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/init.rb
Expand Up @@ -48,8 +48,6 @@
#
gem "archive-tar-minitar"
dependencies "merb_helpers"
dependencies "merb-assets"
dependencies "merb-cache"
dependency "merb_helpers"
dependency "merb-assets"
dependency "merb-cache"
Expand Down Expand Up @@ -104,5 +102,6 @@
Merb::Plugins.config[:merb_cache] = {
:cache_html_directory => Merb.dir_for(:public) / "cache",
:store => "file",
:cache_directory => Merb.root_path("tmp/cache")
:cache_directory => Merb.root_path("tmp/cache"),
:disable => "development"
}

0 comments on commit b701405

Please sign in to comment.