package
Version:
v0.0.0-...-53527f4
Opens a new window with list of versions in this module.
Published: Jan 4, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
File string `json:"-"`
Root string `json:"root"`
Minify bool `json:"-"`
Outputs []Output `json:"outputs"`
CreateMissing bool `json:"-"`
}
type Output struct {
File string `json:"file"`
Files []string `json:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.