Sha256: 90112afa681f55b6a5552670e885561cdea88a7ca2ebbdf56fdb9bec87eee238

Contents?: true

Size: 519 Bytes

Versions: 1

Compression:

Stored size: 519 Bytes

Contents

puts "Adding default files ...".magenta

copy_static_file 'app/assets/stylesheets/reset.css'
copy_static_file 'app/views/layouts/application.html.haml'
copy_static_file 'app/views/application/_error_messages.html.haml'
copy_static_file 'app/views/application/_flash_messages.html.haml'
copy_static_file 'config/unicorn.rb'
copy_static_file 'Procfile'
copy_static_file 'config/locales/pt-BR.yml'
copy_static_file '.gitignore'
copy_static_file '.env'

git :add => '.'
git :commit => "-aqm 'Add default stuff.'"
puts "\n"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.10 lib/pah/partials/_default.rb