Sha256: 7d1dcd8837edbd95eb7a8d4c6be538859815dbce4da536d47d420a6b7eb1e70d

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

puts "Adding layout files ...".magenta

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'

git :add => '.'
git :commit => "-aqm 'Add layout files.'"
puts "\n"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.12 lib/pah/partials/_layout.rb
pah-0.0.11 lib/pah/partials/_layout.rb