Sha256: 32d5ed15d36c65a127682c6a4a05ff1e26da59b9527fcec412a06869db60bd7d

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

require 'microstatic/rake'

desc "deploy to <%=config[:bucket_name]%>"
Microstatic::Rake.s3_deploy_task(:deploy) do |task|
  task.source_dir = File.expand_path("../public",__FILE__)
  task.bucket_name = "<%=config[:bucket_name]%>"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
microstatic-0.6.0 templates/Rakefile.erb
microstatic-0.5.2 templates/Rakefile.erb
microstatic-0.5.1 templates/Rakefile.erb
microstatic-0.5.0 templates/Rakefile.erb
microstatic-0.4.2 templates/Rakefile.erb
microstatic-0.4.1 templates/Rakefile.erb