Use pathname consistently in file watcher
This commit is contained in:
parent
c3c662cf44
commit
2e5b0d75a9
7 changed files with 59 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue