Documentation
¶
Index ¶
Constants ¶
View Source
const ManifestPath = "bootstrap/manifest.yml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapOptions ¶
type Manifest ¶
type Manifest struct {
Name string `yaml:"name,omitempty"`
BasePaths []string `yaml:"base_paths,omitempty"`
Exclude []string `yaml:"exclude,omitempty"`
GeneratedDirs []string `yaml:"generated_dirs,omitempty"`
Bundles []Bundle `yaml:"bundles"`
Recipes []Recipe `yaml:"recipes"`
Repeatables []Repeatable `yaml:"repeatables"`
}
func LoadManifest ¶
type Recipe ¶
type Recipe struct {
ID string `yaml:"id"`
RuntimeIdentifier string `yaml:"runtime_identifier,omitempty"`
RuntimeImport string `yaml:"runtime_import,omitempty"`
RuntimeRegisterAs string `yaml:"runtime_register_as,omitempty"`
CSSImport string `yaml:"css_import,omitempty"`
BuildIdentifier string `yaml:"build_identifier,omitempty"`
BuildImport string `yaml:"build_import,omitempty"`
}
type Repeatable ¶
Click to show internal directories.
Click to hide internal directories.