Sha256: 3eb0f6ced163cd40433eeeac3ce47b71a9bfb830cd595c507d93af0890f62625
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 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 'config/unicorn.rb' copy_static_file 'Procfile' copy_static_file "lib/tasks/integration.rake" copy_static_file 'config/locales/pt-BR.yml' gsub_file 'lib/tasks/integration.rake', /PROJECT/, @app_name copy_static_file '.gitignore' create_file ".env" do <<-EOF export PRODUCTION_APP=#{@app_name} export STAGING_APP=#{@app_name}-staging EOF end 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.4 | lib/pah/partials/_default.rb |