mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
12 lines
264 B
Ruby
12 lines
264 B
Ruby
require 'compass/import-once/activate'
|
|
http_path = "/betternavigator/"
|
|
css_dir = "css"
|
|
sass_dir = "scss"
|
|
images_dir = "images"
|
|
javascripts_dir = "javascript"
|
|
fonts_dir = "fonts"
|
|
output_style = :compact
|
|
relative_assets = true
|
|
line_comments = false
|
|
sourcemap = true
|