Skip to content

Instantly share code, notes, and snippets.

@leopic
Created January 16, 2013 21:11
Show Gist options
  • Save leopic/4551003 to your computer and use it in GitHub Desktop.
Save leopic/4551003 to your computer and use it in GitHub Desktop.
# grids and stuff
require 'ninesixty'
http_path = "/"
css_dir = "../build/css"
sass_dir = "./"
images_dir = "../images"
relative_assets = false
fonts_dir = "../fonts"
output_style = :expanded
# experimental: http://bricss.net/post/33788072565/using-sass-source-maps-in-webkit-inspector
sass_options = { :debug_info => true }
@chriseppstein
Copy link

if environment == :development
  sass_options = { :debug_info => true }
end

@leopic
Copy link
Author

leopic commented Jan 17, 2013

That worked like a charm, thank you Chris.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment