Sha256: b3e3b260470d436a3402966f0fff5d72c0d82a0fd85afe198a2b6baa6dd4437c

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

gem "edge_framework", "= 0.9.0" # Remove this line to use the latest EDGE, beware of incompatibility
require "edge_framework"

http_path       = "/"
css_dir         = "assets/css"
images_dir      = "assets/img"
sass_dir        = "assets/sass"
javascripts_dir = "assets/js"
fonts_dir       = "assets/fonts"
output_style    = :nested
# output_style = :expanded or :nested or :compact or :compressed

relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
edge_framework-0.9.0 template/base/config.rb