Sha256: dbd77cf99aa527712ea7ae7a7f4bc42fea15541ace2e4eeb517dc95f621cb9bc

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

module Massimo
  module Commands
    class Build < Base
      def banner
%{
#{Massimo::UI.color('massimo build', :cyan)}
Builds the site from the source files.
}
      end
      
      def run
        exit Massimo::UI.report_errors {
          site.process
          Massimo::UI.say 'massimo has built your site', :growl => true
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
massimo-0.7.5 lib/massimo/commands/build.rb