16 lines
288 B
Ruby
16 lines
288 B
Ruby
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
|