Sha256: 6b47d1c93b48f02a70a69664d3c72e4e6dc6af6ddbc3273262f054e7e821db8c
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# Require any additional compass plugins here. # require '../stipe/lib/stipe.rb' # locally as a Compass extension require 'stipe' # Set this to the root of your project when deployed: http_path = "/" #if ENV['PWD'].end_with?('sass') # css_dir = "../public/stylesheets" # sass_dir = "." #else # css_dir = "public/stylesheets" # sass_dir = "sass" #end css_dir = "public/stylesheets" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" # You can select your preferred output style here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed output_style = :expanded # 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 = true # http://www.mobify.com/dev/sass-sleuth-debugging-sass-in-webkit-browsers/ # compass watch --debug-info sass_options = { :debug_info => true } # 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 sass scss && rm -rf sass && mv scss sass
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.1 | config.rb |