Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created February 22, 2012 18:07
Show Gist options
  • Select an option

  • Save DCarper/1886384 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/1886384 to your computer and use it in GitHub Desktop.
~/code/projects/my_app > bundle exec compass init --using blueprint
# This configuration file works with both the Compass command line tool and within Rails.
require 'compass/h5bp'
# Require any additional compass plugins here.
project_type = :rails
# Set this to the root of your project when deployed:
http_path = "/"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass app/stylesheets scss && rm -rf sass && mv scss sass
identical app/stylesheets/screen.scss
identical app/stylesheets/partials/_base.scss
identical app/stylesheets/print.scss
identical app/stylesheets/ie.scss
identical public/images/grid.png
# ~/code/projects/my_app bundle exec compass config --debug sass_dir
Configuration sources:
installer, command_line, /Users/dcarper/code/projects/dragonfox/config/compass.rb, rails, implied, defaults
***** sass_dir = "app/stylesheets" *****
default: "app/stylesheets", "app/stylesheets", "app/stylesheets", "app/stylesheets", -, -
value: -, -, -, -, -, -
raw: -, -, -, -, -, -
resolved: "app/stylesheets", "app/stylesheets", "app/stylesheets", "app/stylesheets", "app/stylesheets", "app/stylesheets"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment