Module: Staticky::ServerPlugin::RequestMethods

Defined in:
lib/staticky/server_plugin.rb

Instance Method Summary collapse

Instance Method Details

#statickyObject



26
27
28
29
30
31
32
# File 'lib/staticky/server_plugin.rb', line 26

def staticky
  unless Staticky.env.development? && Staticky.config.live_reloading
    return
  end

  ServerPlugins::LiveReloading.setup_live_reload(scope)
end