Sha256: 8fbd5558670f51e74f38de72584e935a9359634fa73acd4b38143d7961c8d34c

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

module Massimo
  module Commands
    class Watch < Base
      def banner
%{
#{Massimo::UI.color('massimo watch', :cyan)}
Watches your files for changes and automatically builds the site.
}
      end
      
      def run
        Massimo::Watcher.start(site)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
massimo-0.7.5 lib/massimo/commands/watch.rb
massimo-0.7.4 lib/massimo/commands/watch.rb
massimo-0.7.3 lib/massimo/commands/watch.rb
massimo-0.7.2 lib/massimo/commands/watch.rb
massimo-0.7.1 lib/massimo/commands/watch.rb