mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Remove require 'pathname': already included.
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user