Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
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("github.com/gobuffalo/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.