Sha256: 5e2843b847ba7e1ecb9d1044c75dc85c8ab8343a013bdaa09ee8ca4ed124bc8e

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

# Delete all unnecessary files
remove_file "README"
remove_file "public/index.html"
remove_file "public/robots.txt"
remove_file "public/images/rails.png"

# Create project files
create_file 'README'
create_file 'log/.gitkeep'
create_file 'tmp/.gitkeep'

get "http://html5shiv.googlecode.com/svn/trunk/html5.js", "public/javascripts/html5.js"

apply templater.recipe('git')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_templater-0.3.0 lib/template_framework/recipes/default.rb
rails_templater-0.2.1 lib/template_framework/recipes/default.rb
rails_templater-0.2.0 lib/template_framework/recipes/default.rb
rails_templater-0.1.2 lib/template_framework/recipes/default.rb
rails_templater-0.1.1 lib/template_framework/recipes/default.rb