Sha256: a78597760cbc9e1cf29bc2991812adcb6d225eb88ddd9d2eb9a2a31c96788874

Contents?: true

Size: 863 Bytes

Versions: 2

Compression:

Stored size: 863 Bytes

Contents

# Compass Configuration

# Required compass extenstions
require 'foundation-sass'

# HTTP paths
http_path             = '/'
http_stylesheets_path = '/stylesheets'
http_images_path      = '/images'
http_javascripts_path = '/javascripts'

# File system locations
sass_dir              = 'sass'
css_dir               = 'stylesheets'
images_dir            = 'images'
javascripts_dir       = 'javascripts'

# Set to true for debugging
line_comments         = false

# What syntax do we prefer?
preferred_syntax      = :sass

# CSS output style, :nested, :expanded, :compact, or :compressed
output_style          = :compact

# True or false, Compass asset helper functions generates relative paths
relative_assets       = true

# Sass options
sass_options          = { :cache => 'false' }

# Learn more: http://compass-style.org/docs/tutorials/configuration-reference/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foundation-sass-2.1.1 templates/project/config.rb
foundation-sass-2.1 templates/project/config.rb