Move "set :fonts_dir" from "middleman-more" to "middleman-core".
This commit is contained in:
parent
939a3287d5
commit
cc1a741eb7
|
@ -105,6 +105,10 @@ module Middleman
|
||||||
# @return [String]
|
# @return [String]
|
||||||
set :images_dir, "images"
|
set :images_dir, "images"
|
||||||
|
|
||||||
|
# Location of fonts within source. Used by Compass.
|
||||||
|
# @return [String]
|
||||||
|
set :fonts_dir, "fonts"
|
||||||
|
|
||||||
# Where to build output files
|
# Where to build output files
|
||||||
# @return [String]
|
# @return [String]
|
||||||
set :build_dir, "build"
|
set :build_dir, "build"
|
||||||
|
|
|
@ -13,9 +13,6 @@ module Middleman
|
||||||
# Require the library
|
# Require the library
|
||||||
require "compass"
|
require "compass"
|
||||||
|
|
||||||
# Where to look for fonts
|
|
||||||
app.set :fonts_dir, "fonts"
|
|
||||||
|
|
||||||
# Hooks to manually update the compass config after we're
|
# Hooks to manually update the compass config after we're
|
||||||
# done with it
|
# done with it
|
||||||
app.define_hook :compass_config
|
app.define_hook :compass_config
|
||||||
|
|
Loading…
Reference in a new issue