Created
December 16, 2008 13:31
-
-
Save adamlogic/36454 to your computer and use it in GitHub Desktop.
an example rails template... just a start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run 'rm public/index.html' | |
run 'rm public/javascripts/*' | |
run 'mkdir public/vendor' | |
run 'haml --rails .' | |
git :init | |
git :add => "." | |
git :commit => "-a -m 'Initial commit'" | |
run 'braid add git://github.com/adamlogic/jquery-ensure.git public/vendor/jquery-ensure' | |
run 'braid add git://github.com/adamlogic/jquery-jaxy.git public/vendor/jquery-jaxy' | |
run 'braid add -p git://github.com/rubyist/aasm.git' | |
run 'braid add git://github.com/rails/rails.git vendor/rails' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment