Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetMin ¶
type AssetMin struct {
*Config
WriteOnDisk bool // Indica si se debe escribir en disco
// contains filtered or unexported fields
}
func NewAssetMinify ¶ added in v0.0.3
func (*AssetMin) NewFileEvent ¶
event: create, remove, write, rename
func (*AssetMin) UnobservedFiles ¶
type TestEnvironment ¶ added in v0.0.3
type TestEnvironment struct {
BaseDir string
ThemeDir string
PublicDir string
ModulesDir string
MainJsPath string
StyleCssPath string
AssetsHandler *AssetMin
// contains filtered or unexported fields
}
TestEnvironment holds all the paths and components needed for asset tests
func (*TestEnvironment) CleanDirectory ¶ added in v0.0.3
func (env *TestEnvironment) CleanDirectory()
CleanDirectory removes all content from the test directory but keeps the directory itself
Click to show internal directories.
Click to hide internal directories.