Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entrypoints ¶
type Entrypoints []string
func (Entrypoints) Scripts ¶
func (e Entrypoints) Scripts() Entrypoints
func (Entrypoints) Styles ¶
func (e Entrypoints) Styles() Entrypoints
type Manifest ¶
type Manifest struct { Files map[string]string `json:"files"` Entrypoints Entrypoints }
Manifest reflects the structure of asset-manifest.json
Click to show internal directories.
Click to hide internal directories.