Documented config properties
This commit is contained in:
@ -2,7 +2,10 @@ package precompiler
|
|||||||
|
|
||||||
// Config holds information on how to run the compiler
|
// Config holds information on how to run the compiler
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
// Files is a list of files to precompile together
|
||||||
Files []string
|
Files []string
|
||||||
|
// Minify specifies whether minification should happen along with concatenation
|
||||||
Minify bool
|
Minify bool
|
||||||
|
// OutputDir if specified will cause the result to be written to this directory
|
||||||
OutputDir string
|
OutputDir string
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user