Skip to content

Instantly share code, notes, and snippets.

@twmills
Created August 29, 2010 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twmills/556560 to your computer and use it in GitHub Desktop.
Save twmills/556560 to your computer and use it in GitHub Desktop.
run 'rm public/javascripts/controls.js'
run 'rm public/javascripts/dragdrop.js'
run 'rm public/javascripts/effects.js'
run 'rm public/javascripts/prototype.js'
run "cd tmp; git clone git://gist.github.com/556570.git application.html.haml"
run "cp -R tmp/application.html.haml app/views/layouts"
run "cd tmp; git clone http://github.com/paulirish/html5-boilerplate.git"
run "cp -R tmp/html5-boilerplate/*.* public/"
run "cp -R tmp/html5-boilerplate/js/* public/javascripts/"
run "cp -R tmp/html5-boilerplate/css/* public/stylesheets/"
run "rm -rf tmp/html5-boilerplate"
run "rm -rf tmp/application.html.haml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment