Sha256: be5ead9f4fde2b23428a7f0c3d4b410a4065fb232133acd8138c528eb472c84f

Contents?: true

Size: 1.95 KB

Versions: 5

Compression:

Stored size: 1.95 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-os'

# 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 %>"

# Change this to :production when ready to deploy the CSS to the live server.
# Note: If you are using grunt.js, these variables will be overriden.
environment = :development
#environment = :production

# 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-os-0.2.3 templates/shared/config.rb.erb
compass-aurora-os-0.2.2 templates/shared/config.rb.erb
compass-aurora-os-0.2.1 templates/shared/config.rb.erb
compass-aurora-os-0.2.0 templates/shared/config.rb.erb
compass-aurora-os-0.1.0 templates/shared/config.rb.erb