Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 chriseppstein/63816 to your computer and use it in GitHub Desktop.
Save chriseppstein/63816 to your computer and use it in GitHub Desktop.
Compass.configuration do |config|
config.project_path = File.dirname(__FILE__)
config.sass_dir = File.join('views', 'stylesheets')
end
get "/stylesheets/screen.css" do
content_type 'text/css'
# Use views/stylesheets & blueprint's stylesheet dirs in the Sass load path
sass :"stylesheets/screen", :sass => Compass.sass_engine_options
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment