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