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