Sha256: 33aabd67bce49d487456a4d67e797c3cde66391d9723dec95c6d63adea2f83ce

Contents?: true

Size: 1.75 KB

Versions: 5

Compression:

Stored size: 1.75 KB

Contents

<% project_name = File.basename(Compass.configuration.project_path) %><% project_js = Compass.configuration.javascripts_dir %><% project_css = Compass.configuration.css_dir %><% project_sass = Compass.configuration.sass_dir %><% project_img = Compass.configuration.images_dir %><% project_fonts = Compass.configuration.fonts_dir %># Require any additional compass plugins here.
require 'aurora'

# Set this to the root of your project when deployed:
http_path = "/sites/all/themes/<%= project_name %>"
css_dir = "<%= project_css %>"
sass_dir = "<%= project_sass %>"
images_dir = "<%= project_img %>"
javascripts_dir = "<%= project_js %>"
fonts_dir = "<%= project_fonts %>"

# To enable relative paths to assets via compass helper functions. Since Drupal themes can be installed in multiple locations, we shouldn't need to worry about the absolute path to the theme from the server root.
relative_assets = true

# To enable debugging comments that display the original location of your selectors. Comment:
line_comments = false

# In development, we can turn on the debug_info to use with FireSass or Chrome Web Inspector. Uncomment:
# debug = true

##############################
## You probably don't need to edit anything below this.
##############################

# Disable cache busting on image assets
asset_cache_buster :none

# 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 = (environment == :development) ? :expanded : :compressed

# Pass options to sass. For development, we turn on the FireSass-compatible
# debug_info if the debug config variable above is true.
sass_options = (environment == :development && debug == true) ? {:debug_info => true} : {}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-aurora-3.0.6 templates/shared/config.rb.erb
compass-aurora-3.0.5 templates/shared/config.rb.erb
compass-aurora-3.0.4 templates/shared/config.rb.erb
compass-aurora-3.0.3 templates/shared/config.rb.erb
compass-aurora-3.0.2 templates/shared/config.rb.erb