Closed dannyhertz closed 12 years ago
It should generate the xml file(s) depending on the current loaded environment.
On your server you may always want to use RAILS_ENV=production bundle exec rake sitemap:generate.
RAILS_ENV=production bundle exec rake sitemap:generate
I'm going to close this issue. However, I'll make sure that by the next release the rake tasks will default to production.
It should generate the xml file(s) depending on the current loaded environment.
On your server you may always want to use
RAILS_ENV=production bundle exec rake sitemap:generate
.