Sha256: 5d88988dd58a88a7d5d6a4fcb8df95e72fd5fe48756d897fea594a137307e2e5

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 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

1 entries across 1 versions & 1 rubygems

Version Path
massimo-0.7.0 lib/massimo/commands/watch.rb