Merge pull request #469 from danielbayerlein/fix-compass-config

Can not start the middleman server when i use the latest version of Compass (0.12.2.rc.1)
This commit is contained in:
Ben Hollis 2012-06-10 14:23:50 -07:00
commit 2e5ae051e6
2 changed files with 56 additions and 55 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