Remove require 'pathname': already included.
This commit is contained in:
parent
8fe25a6958
commit
dfaf1f45cc
|
@ -32,7 +32,6 @@ module Jekyll
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
def self.watch(site, options)
|
def self.watch(site, options)
|
||||||
require 'listen'
|
require 'listen'
|
||||||
require 'pathname'
|
|
||||||
|
|
||||||
source = options['source']
|
source = options['source']
|
||||||
destination = Pathname.new(options['destination'])
|
destination = Pathname.new(options['destination'])
|
||||||
|
|
Loading…
Reference in New Issue