Remove require 'pathname': already included.

This commit is contained in:
Dmitry Chestnykh 2013-09-30 05:11:15 +02:00
parent 8fe25a6958
commit dfaf1f45cc
1 changed files with 0 additions and 1 deletions

View File

@ -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'])