Sha256: 2f445b65399135c975011579d71f45cccad0f46fbc2967b9697d0a65f13880ee

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 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
        Massimo::UI.report_errors do
          site.process
          Massimo::UI.say 'massimo has built your site', :growl => true
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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