silverstripe-framework/admin/config.rb

13 lines
382 B
Ruby
Raw Normal View History

# Require any additional compass plugins here.
require 'compass-colors'
project_type = :stand_alone
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "scss"
images_dir = "images"
javascripts_dir = "javascript"
output_style = :compact
# To enable relative paths to assets via compass helper functions. Uncomment:
2011-04-15 01:27:23 +02:00
relative_assets = true