GoWiki/build/BUILD_ASSETS-DEBUG.bat

4 lines
77 B
Batchfile
Raw Normal View History

2019-12-13 08:57:01 +01:00
cd /d %~dp0
cd ..
go-bindata -debug -verbose -o bindata.go ./web/...
pause