-
Notifications
You must be signed in to change notification settings - Fork 5
Build Guide
Minhyeok LEE edited this page Nov 30, 2023
·
1 revision
[Offcial Link](https://gobuffalo.io/documentation/deploy/packing/#the-build-command)
Buffalo features a command, build
, that will build a full binary of your application including, but not limited to; assets, migrations, templates, etc.
$ buffalo build
Buffalo version v0.18.14
--> cleaning up target dir
--> running node_modules/.bin/webpack
--> packing .../coke/actions/actions-packr.go
--> running go build -v -o bin/coke -ldflags -X main.version=b5dffda -X main.buildTime="2017-03-20T11:05:23-04:00"
--> cleaning up build
----> cleaning up buffalo_build_main.go
----> cleaning up a
----> cleaning up a/a.go
----> cleaning up a/database.go
----> cleaning up buffalo_build_main.go
----> cleaning up ...coke/actions/actions-packr.go
- Design
- Features & Usage
- Install & Start Guide
- User Interface
- Developer Guide
- Test Reports