Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BinPath = func() string { s := filepath.Join("node_modules", ".bin", "webpack") if runtime.GOOS == "windows" { s += ".cmd" } return s }()
BinPath is the path to the local install of webpack
View Source
var Templates = packr.New("buffalo:genny:assets:webpack", "../webpack/templates")
Templates used for generating webpack (exported mostly for the "fix" command)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.