Sha256: f1f980a3c537c0688d7892dd518b6500d290663587662e33ff63a797aef7023c
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
puts "Removing unnecessary files ... ".magenta remove_file "README.rdoc" remove_file "app/views/layouts/application.html.erb" inside "public" do remove_file "robots.txt" end git :add => '--all' git :commit => "-aqm 'Removed unnecessary files left over from initial app generation.'" puts "\n"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.12 | lib/pah/partials/_cleanup.rb |
pah-0.0.11 | lib/pah/partials/_cleanup.rb |