Object
Handles the cleanup of a site's destination before the site is built.
# File lib/jekyll/cleaner.rb, line 7 def initialize(site) @site = site end
Cleans up the site's destination directory
# File lib/jekyll/cleaner.rb, line 12 def cleanup! FileUtils.rm_rf(obsolete_files) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.