Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created July 31, 2015 20:14
Show Gist options
  • Save jasonmccallister/63b838fd862452ffd1b1 to your computer and use it in GitHub Desktop.
Save jasonmccallister/63b838fd862452ffd1b1 to your computer and use it in GitHub Desktop.
compass configuration
# INSTALLATION
# 1. gem install compass-notify
# 2. bower install
# 3. compass watch -e production // or developement
# Require any additional compass plugins here.
require 'compass-notify'
add_import_path "resources/bower_components/foundation/scss"
# Set this to the root of your project when deployed:
http_path = "/"
relative_assets = true
sass_dir = "resources/scss"
images_path = "resources/images"
fonts_path = "resources/fonts"
if environment == :production
css_dir = "content/stylesheets"
images_dir = "content/images"
javascripts_dir = "content/js"
fonts_dir = "content/fonts"
output_style = :compressed
line_comments = false
end
if environment == :development
css_dir = "static/stylesheets"
images_dir = "static/images"
javascripts_dir = "static/js"
fonts_dir = "static/fonts"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment