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:
commit
2e5ae051e6
2 changed files with 56 additions and 55 deletions
|
@ -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…
Add table
Reference in a new issue