plugins/client_pkg/client_pkg.rb in rsence-2.0.0.1.pre vs plugins/client_pkg/client_pkg.rb in rsence-2.0.0.2.pre
- old
+ new
@@ -97,10 +97,10 @@
@client_cache.set_cache( @client_build.js, @client_build.gz, @client_build.themes )
@build_busy = false
end
def open
- if not @thr and $DEBUG_MODE
+ if not @thr and RSence.args[:autoupdate]
@thr = Thread.new do
Thread.pass
while true
begin
if @client_build.bundle_changes( @last_change )