aboutsummaryrefslogtreecommitdiffstats
path: root/Capfile
diff options
context:
space:
mode:
authorLuc Donnet2015-02-09 14:28:03 +0100
committerLuc Donnet2015-02-09 14:28:03 +0100
commitfc4f3d87cf4418083b5a8a0ee24669f430106703 (patch)
tree0f390c3bf7fc0f5ef729d0f2c65c71a76dd5b13c /Capfile
parent85c1db258c11d660bc3e55e0229b1302aae1d02f (diff)
downloadchouette-core-fc4f3d87cf4418083b5a8a0ee24669f430106703.tar.bz2
Initialize sitemap to use help with search engine
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Capfile b/Capfile
index 6f2b99a42..32b3f64d1 100644
--- a/Capfile
+++ b/Capfile
@@ -1,8 +1,9 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
require 'bundler/capistrano'
+require 'capistrano/sitemap_generator'
# Uncomment if you are using Rails' asset pipeline
load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-load 'config/deploy' # remove this line to skip loading any of the default tasks \ No newline at end of file
+load 'config/deploy' # remove this line to skip loading any of the default tasks