Sha256: 16105efbfef1f8bc8333da9dc1330237349966faad3c8f9a85b2b59df033e7c3

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 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'

create_file ".env"
append_to_file '.env', "APP: #{@app_name}\n"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pah-0.0.9 lib/pah/partials/_default.rb
pah-0.0.8 lib/pah/partials/_default.rb
pah-0.0.7 lib/pah/partials/_default.rb