Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 249 Bytes

README.rdoc

File metadata and controls

7 lines (5 loc) · 249 Bytes

This rake task will update (delete and copy) all the files under /public on s3, be patient

In your Gemfile

gem 'sync-s3-gem'

In your Rakefile

Dir["#{Gem.searcher.find('sync-s3-gem').full_gem_path}/lib/tasks/**/*.rake"].each { |ext| load ext }