Sha256: d1c8b01fea07dc26d47d43ce733350d49703bdd1d0863a8316c6f90c80787c14

Contents?: true

Size: 700 Bytes

Versions: 63

Compression:

Stored size: 700 Bytes

Contents

# frozen_string_literal: true
module YARD
  module Server
    module Commands
      # Serves static content when no other router matches a request
      class StaticFileCommand < LibraryCommand
        include StaticFileHelpers

        DefaultMimeTypes['js'] = 'text/javascript'

        # Defines the paths used to search for static assets. To define an
        # extra path, use {YARD::Server.register_static_path} rather than
        # modifying this constant directly. Also note that files in the
        # document root will always take precedence over these paths.
        STATIC_PATHS = []

        def run
          static_template_file? || not_found
        end
      end
    end
  end
end

Version data entries

63 entries across 62 versions & 9 rubygems

Version Path
kinetic_sdk-5.0.29 gems/yard-0.9.36/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.28 gems/yard-0.9.36/lib/yard/server/commands/static_file_command.rb
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
yard-0.9.37 lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.27 gems/yard-0.9.36/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.26 gems/yard-0.9.36/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.25 gems/yard-0.9.25/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.24 gems/yard-0.9.25/lib/yard/server/commands/static_file_command.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
yard-0.9.36 lib/yard/server/commands/static_file_command.rb
yard-0.9.35 lib/yard/server/commands/static_file_command.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.23 gems/yard-0.9.25/lib/yard/server/commands/static_file_command.rb
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.22 gems/yard-0.9.25/lib/yard/server/commands/static_file_command.rb
kinetic_sdk-5.0.21 gems/yard-0.9.25/lib/yard/server/commands/static_file_command.rb
yard-0.9.34 lib/yard/server/commands/static_file_command.rb