Files
assetprecompiler/config.go
2018-11-26 15:53:01 -06:00

9 lines
153 B
Go

package precompiler
// Config holds information on how to run the compiler
type Config struct {
Files []string
Minify bool
OutputDir string
}