Use pathname consistently in file watcher

This commit is contained in:
Thomas Reynolds 2012-05-25 18:18:51 -07:00
parent c3c662cf44
commit 2e5b0d75a9
7 changed files with 59 additions and 52 deletions

View file

@ -1,8 +1,12 @@
# Using Thor's indifferent hash access
require "thor"
# Core Pathname library used for traversal
require "pathname"
module Middleman
module Util
# Recursively convert a normal Hash into a HashWithIndifferentAccess
#
# @private