Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangeTracker ¶
type ChangeTracker struct {
// contains filtered or unexported fields
}
func NewChangeTracker ¶
func NewChangeTracker() *ChangeTracker
func (*ChangeTracker) DidFileChange ¶
func (ct *ChangeTracker) DidFileChange(path string) bool
func (*ChangeTracker) Init ¶
func (ct *ChangeTracker) Init()
func (*ChangeTracker) InitFile ¶
func (ct *ChangeTracker) InitFile(path string)
type CompilerPool ¶
type CompilerPool struct {
// contains filtered or unexported fields
}
func NewCompilerPool ¶
func NewCompilerPool(changeTracker *ChangeTracker) *CompilerPool
func (*CompilerPool) BuildGo ¶
func (p *CompilerPool) BuildGo()
func (*CompilerPool) CompileDirectory ¶
func (p *CompilerPool) CompileDirectory(directory string) error
func (*CompilerPool) GenerateAssetsAndTempl ¶
func (p *CompilerPool) GenerateAssetsAndTempl()
func (*CompilerPool) GenerateTempl ¶
func (p *CompilerPool) GenerateTempl() error
func (*CompilerPool) RunGo ¶
func (p *CompilerPool) RunGo()
type ScssCompiler ¶
type ScssCompilerPool ¶
type ScssCompilerPool struct {
// contains filtered or unexported fields
}
func NewScssCompilerPool ¶
func NewScssCompilerPool() ScssCompilerPool
func (ScssCompilerPool) CompileFile ¶
func (p ScssCompilerPool) CompileFile(path string) ([]byte, error)
func (ScssCompilerPool) CompileString ¶
func (p ScssCompilerPool) CompileString(scss string) (string, error)
func (ScssCompilerPool) GetCompiler ¶
func (p ScssCompilerPool) GetCompiler() ScssCompiler
func (ScssCompilerPool) PutCompiler ¶
func (p ScssCompilerPool) PutCompiler(compiler ScssCompiler)
Click to show internal directories.
Click to hide internal directories.