2020-04-02 17:52:46 -04:00
|
|
|
//+build generate
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
import "github.com/zserge/lorca"
|
|
|
|
|
|
|
|
func main() {
|
|
|
|
// You can also run "npm build" or webpack here, or compress assets, or
|
|
|
|
// generate manifests, or do other preparations for your assets.
|
2020-04-03 11:38:32 -04:00
|
|
|
lorca.Embed("main", "assets.go", "ifox/")
|
2020-04-02 17:52:46 -04:00
|
|
|
}
|