diff --git a/rubberin b/rubberin index 292ec0a..d52632e 100755 --- a/rubberin +++ b/rubberin @@ -163,6 +163,7 @@ end # do an initial run. files = `rubber-info --deps #{infile}`.chomp.split compile(infile, mode) +puts "" # Spawn a viewer based on the mode. viewer_pid = fork @@ -196,6 +197,7 @@ dirs.each do |dir| puts "I: file #{ev.name} modified, compiling #{infile}..." compile(infile, mode) reload(infile, mode) + puts "" end end