a first stab at partials_dir setting

re #252
This commit is contained in:
Artem Baguinski 2013-04-05 13:58:41 +02:00
parent 023ea9f34e
commit 91e7033d54
2 changed files with 14 additions and 11 deletions

View file

@ -87,6 +87,10 @@ module Middleman
# @return [String]
config.define_setting :fonts_dir, "fonts", 'Location of fonts within source'
# Location of partials within source. Used by renderers.
# @return [String]
config.define_setting :partials_dir, "", 'Location of partials within source'
# Where to build output files
# @return [String]
config.define_setting :build_dir, "build", 'Where to build output files'