move Jekyll::Cleaner to Jekyll::Site::Cleaner
This commit is contained in:
parent
dbd368f6ee
commit
4c015fc5ff
|
@ -1,6 +1,7 @@
|
|||
require 'set'
|
||||
|
||||
module Jekyll
|
||||
class Site
|
||||
# Handles the cleanup of a site's destination before the site is built.
|
||||
class Cleaner
|
||||
def initialize(site)
|
||||
|
@ -68,4 +69,5 @@ module Jekyll
|
|||
Regexp.new pattern
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue