Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetsFsHandler ¶ added in v0.3.0
type AssetsFsHandler struct {
// contains filtered or unexported fields
}
func NewAssetsFsHandler ¶ added in v0.3.0
func NewAssetsFsHandler(o AssetsFsOptions) (*AssetsFsHandler, error)
func (*AssetsFsHandler) Run ¶ added in v0.3.0
func (h *AssetsFsHandler) Run() error
type AssetsFsOptions ¶ added in v0.3.0
type CopyHandler ¶
type CopyHandler struct {
// contains filtered or unexported fields
}
func NewCopyHandler ¶
func NewCopyHandler(opts CopyOptions) (cmd *CopyHandler, err error)
type CopyOptions ¶
type CopyOptions struct {
Cwd string
SrcDir string
DistDir string
Exclude FileMatchFlag
Fonts FontSourceFontsFlag
DistFontsDir string
}
type FileMatchFlag ¶
type FileMatchFlag []string
func (*FileMatchFlag) Match ¶
func (e *FileMatchFlag) Match(path string) bool
func (*FileMatchFlag) Set ¶
func (e *FileMatchFlag) Set(value string) error
func (*FileMatchFlag) String ¶
func (e *FileMatchFlag) String() string
type FontSourceFontsFlag ¶
type FontSourceFontsFlag []string
func (*FontSourceFontsFlag) Match ¶
func (e *FontSourceFontsFlag) Match(path string) bool
func (*FontSourceFontsFlag) Set ¶
func (e *FontSourceFontsFlag) Set(value string) error
func (*FontSourceFontsFlag) String ¶
func (e *FontSourceFontsFlag) String() string
Click to show internal directories.
Click to hide internal directories.