dundo.farm/config.rb

16 lines
288 B
Ruby
Raw Permalink Normal View History

2022-02-21 23:00:50 -05:00
require './DundoFarms'
project_path = Sinatra::Application.root
http_path = '/'
http_stylesheets_path = '/style'
http_images_path = '/images'
css_dir = File.join 'public', 'style'
sass_dir = File.join 'style'
preferred_syntax = :scss
relative_assets = false
output_style = :expanded