Skip to content

Instantly share code, notes, and snippets.

@leopic
Created January 17, 2013 04:50
Show Gist options
  • Save leopic/4553745 to your computer and use it in GitHub Desktop.
Save leopic/4553745 to your computer and use it in GitHub Desktop.
# 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
@leopic
Copy link
Author

leopic commented Jan 17, 2013

# workaround
$: compass compile -e production --force

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