Sha256: 332841b38bb8266860908fc438849cccb91124a2ea778f162813855caed43dcc

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

inside "public" do
  remove_file "robots.txt"
  remove_file "404.html"
  remove_file "500.html"
end

copy_static_file 'public/robots.txt'
copy_static_file 'public/404.html'
copy_static_file 'public/500.html'

git add: 'public/robots.txt'
git add: 'public/404.html'
git add: 'public/500.html'

git_commit 'Add public files.'
puts "\n"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pah-0.0.15 lib/pah/partials/_public.rb
pah-0.0.14 lib/pah/partials/_public.rb
pah-0.0.13 lib/pah/partials/_public.rb