Sha256: 483bdc0a3fc51660214052e216b82955abc59728481c5de754e8fa913771869d

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 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

# Change this to :production when ready to deploy the CSS to the live server.
environment = :development

# 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

1 entries across 1 versions & 1 rubygems

Version Path
compass-aurora-3.0.1 templates/shared/config.rb.erb