Sha256: c7ed4898f092522baa708619fbc417932ac6990e640ad99234ce08d46f004a8c

Contents?: true

Size: 359 Bytes

Versions: 8

Compression:

Stored size: 359 Bytes

Contents

require 'guard/cli'
require_relative '../guard_tasks'

module Hippo
    module Command

        class Server < Thor::Group

            include Thor::Actions

            def launch
                say "Launching testing server at http://localhost:8888/", :green
                Guard.start # will block until complete
            end
        end
    end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 lib/hippo/command/server.rb
hippo-fw-0.9.8 lib/hippo/command/server.rb
hippo-fw-0.9.7 lib/hippo/command/server.rb
hippo-fw-0.9.6 lib/hippo/command/server.rb
hippo-fw-0.9.5 lib/hippo/command/server.rb
hippo-fw-0.9.4 lib/hippo/command/server.rb
hippo-fw-0.9.3 lib/hippo/command/server.rb
hippo-fw-0.9.2 lib/hippo/command/server.rb