fix: bundling of static assets

This commit is contained in:
Max Schmitt 2019-03-20 15:03:03 +01:00
parent 7c77642280
commit 3c249d5bb9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- "1.10"
- stable
cache: yarn
services:
- docker

View File

@ -9,7 +9,7 @@ buildNodeFrontend:
cd web && rm build/static/**/*.map
embedFrontend:
packr2
cd cmd/golang-url-shortener && packr2
getCMDDependencies:
go get -v github.com/mattn/goveralls