# File lib/cgikit/package.rb, line 83
    def load
      load_config
      exec_load_hook(path)
      load_lib if @lib_path
      load_components if @component_path
      load_resources if @resource_path
      load_web_server_resources if @web_server_resource_path
    end