Path: blob/main/public/games/files/garbage-collector/config.rb
1036 views
# Require any additional compass plugins here.12# Set this to the root of your project when deployed:3http_path = "/"4css_dir = "stylesheets"5sass_dir = "sass"6images_dir = "images"7javascripts_dir = "javascripts"89# You can select your preferred output style here (can be overridden via the command line):10# output_style = :expanded or :nested or :compact or :compressed1112# To enable relative paths to assets via compass helper functions. Uncomment:13# relative_assets = true1415# To disable debugging comments that display the original location of your selectors. Uncomment:16# line_comments = false171819# If you prefer the indented syntax, you might want to regenerate this20# project again passing --syntax sass, or you can uncomment this:21# preferred_syntax = :sass22# and then run:23# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass242526