diff options
| author | Luc Donnet | 2015-02-09 14:28:03 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-02-09 14:28:03 +0100 |
| commit | fc4f3d87cf4418083b5a8a0ee24669f430106703 (patch) | |
| tree | 0f390c3bf7fc0f5ef729d0f2c65c71a76dd5b13c /Capfile | |
| parent | 85c1db258c11d660bc3e55e0229b1302aae1d02f (diff) | |
| download | chouette-core-fc4f3d87cf4418083b5a8a0ee24669f430106703.tar.bz2 | |
Initialize sitemap to use help with search engine
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
