Skip to content

Instantly share code, notes, and snippets.

@threadhead
Created February 9, 2010 23:47
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 threadhead/299830 to your computer and use it in GitHub Desktop.
Save threadhead/299830 to your computer and use it in GitHub Desktop.
rails compass_test
cd compass_test/
rake rails:template LOCATION=http://compass-style.org/rails/installer
script/generate nifty_scaffold building name:string --haml
script/generate nifty_layout --haml
rake db:migrate
-- added stylesheet_link_tag 'compiled/screen.css' to
application.html.haml
script/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment