lib/octopress-ink/jekyll/hooks.rb in octopress-ink-1.0.0.rc.54 vs lib/octopress-ink/jekyll/hooks.rb in octopress-ink-1.0.0.rc.55

- old
+ new

@@ -1,9 +1,10 @@ module Octopress module Ink class SiteHook < Hooks::Site def reset(site) + Ink.watch_assets(site) if Plugins.registered Plugins.reset end end