Method: Octopress::Ink::SiteHook#post_write

Defined in:
lib/octopress-ink/jekyll/hooks.rb

#post_write(site) ⇒ Object



51
52
53
54
55
56
57
58
# File 'lib/octopress-ink/jekyll/hooks.rb', line 51

def post_write(site)
  Octopress::Ink::Plugins.static_files.each do |f| 
    f.write(site.dest)
  end

  Octopress::Ink::Cache.write
  Octopress::Ink::Cache.clean
end