moar fixes
This commit is contained in:
parent
61d7e8abed
commit
e125fc67b3
7 changed files with 12 additions and 17 deletions
|
@ -15,7 +15,7 @@ module Middleman::CoreExtensions::Assets
|
|||
alias :included :registered
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
module ClassMethods
|
||||
def register_asset_handler(handler_name, &block)
|
||||
@asset_handler_map ||= []
|
||||
@asset_handler_stack ||= []
|
||||
|
|
|
@ -76,6 +76,7 @@ module Middleman::CoreExtensions::Compass
|
|||
build_root = File.basename(self.build_dir)
|
||||
config.css_dir = File.join(build_root, self.css_dir)
|
||||
config.images_dir = File.join(build_root, self.images_dir)
|
||||
config.fonts_dir = File.join(build_root, self.fonts_dir)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue