class Lookbook::Engine

def auto_refresh?

def auto_refresh?
  reloading? && runtime_context.web? && FileWatcher.evented?
end