Sha256: d0a0bb943c0128fab150fa103265ef4526cc17b7ca36cfcc5c74ef25204063a2

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

require 'rake'
require 'rake/tasklib'
require 'fileutils'

namespace :muck do
  namespace :sync do
    desc "Sync required files from muck comments."
    task :comments do
      path = File.join(File.dirname(__FILE__), *%w[.. ..])
      system "rsync -ruv #{path}/db ."
      #system "rsync -ruv #{path}/public ."
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
muck-comments-3.2.0 lib/tasks/muck_comments.rake
muck-comments-3.1.0 lib/tasks/muck_comments.rake
muck-comments-3.0.2 lib/tasks/muck_comments.rake
muck-comments-3.0.1 lib/tasks/muck_comments.rake
muck-comments-3.0.0 lib/tasks/muck_comments.rake