1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Move "set :fonts_dir" from "middleman-more" to "middleman-core".

This commit is contained in:
Daniel Bayerlein 2012-06-09 20:30:22 +02:00
parent 939a3287d5
commit cc1a741eb7
2 changed files with 55 additions and 54 deletions

View file

@ -105,6 +105,10 @@ module Middleman
# @return [String]
set :images_dir, "images"
# Location of fonts within source. Used by Compass.
# @return [String]
set :fonts_dir, "fonts"
# Where to build output files
# @return [String]
set :build_dir, "build"

View file

@ -13,9 +13,6 @@ module Middleman
# Require the library
require "compass"
# Where to look for fonts
app.set :fonts_dir, "fonts"
# Hooks to manually update the compass config after we're
# done with it
app.define_hook :compass_config