Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. run 'rm public/index.html'
  2. run 'rm public/javascripts/*'
  3.  
  4. run 'mkdir public/vendor'
  5.  
  6. run 'haml --rails .'
  7.  
  8. git :init
  9. git :add => "."
  10. git :commit => "-a -m 'Initial commit'"
  11.  
  12. run 'braid add git://github.com/adamlogic/jquery-ensure.git public/vendor/jquery-ensure'
  13. run 'braid add git://github.com/adamlogic/jquery-jaxy.git public/vendor/jquery-jaxy'
  14. run 'braid add -p git://github.com/rubyist/aasm.git'
  15. run 'braid add git://github.com/rails/rails.git vendor/rails'
Add Comment
Please, Sign In to add comment