Sha256: f80ef090d3c1405d20463df5ca1c3aef4184f8c7c59fa91992879d59759eaa67

Contents?: true

Size: 536 Bytes

Versions: 9

Compression:

Stored size: 536 Bytes

Contents

require_relative "../appy-app"

module AppyApp

    class Extension < Hippo::Extensions::Definition

        identifier "appy-app"

        title "AppyApp"

        root_path Pathname.new(__FILE__).dirname.join("..","..").expand_path

        # If a data structure that can be represented as JSON
        # is returned from this method, it will be passed to
        # the setBootstrapData method in client/appy-app/Extension.coffee
        # when the app boots
        def client_bootstrap_data
            nil
        end
    end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.8 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.7 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.6 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.5 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.4 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.3 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.2 command-reference-files/initial/lib/appy-app/extension.rb
hippo-fw-0.9.1 command-reference-files/initial/lib/appy-app/extension.rb