Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with sitemap generator. #313

Closed
imgarylai opened this issue May 11, 2015 · 2 comments
Closed

Integrate with sitemap generator. #313

imgarylai opened this issue May 11, 2015 · 2 comments

Comments

@imgarylai
Copy link

Hello,
Gem sitemap_generator has integration with capistrano. However, I want to integrate sitemap generator with mina deployment method.

This is my code and it works good. Can this be integrated to this gem in the future?

namespace :sitemap do

  desc 'Generate sitemap'
  task refresh: :environment do
    queue %[
      echo "-----> Sitemap refresh"
      #{echo_cmd %[#{rake} sitemap:refresh]}
    ]
  end

end
@stereodenis
Copy link
Contributor

@imgarylai make a gem or PR!

@d4be4st
Copy link
Member

d4be4st commented Jul 5, 2015

Better make a mina gem as not all of use use sitemap generator.

@d4be4st d4be4st closed this as completed Jul 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants