mourningdove/ext/dw-nonfree/config.rb

19 lines
464 B
Ruby
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "htdocs/stc/css"
sass_dir = "htdocs/scss"
images_dir = "htdocs/img"
javascripts_dir = "htdocs/js"
add_import_path "../../htdocs/scss"
env_from_cli = environment
if (environment.nil?)
environment = :development
else
environment = env_from_cli
end
output_style = (environment == :production) ? :compressed : :expanded
line_comments = (environment == :production) ? false : true