Created
January 17, 2013 04:50
-
-
Save leopic/4553745 to your computer and use it in GitHub Desktop.
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
# grids and stuff | |
require 'ninesixty' | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "sass" | |
images_dir = "images" | |
relative_assets = false | |
fonts_dir = "fonts" | |
output_style = :expanded | |
sass_options = { :debug_info => true } | |
if environment == :production | |
output_style = :compressed | |
sass_options = { :debug_info => false } | |
end |
Author
leopic
commented
Jan 17, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment