lib/plugins/plugin_plugins.rb in rsence-pre-2.2.0.11 vs lib/plugins/plugin_plugins.rb in rsence-pre-2.2.0.12
- old
+ new
@@ -28,10 +28,10 @@
# Extended {#init}, delegates calls to the sub-plugins.
def init
super
@plugin_plugins = RSence::PluginManager.new({
:plugin_paths => [ bundle_path('plugins') ],
- :autoreload => false,
+ :autoreload => true,
:name_prefix => name_with_manager_s.to_sym,
:parent_manager => @plugins,
:resolved_deps => [:system]
})
end