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