Regenerate production assets after make clean

This commit is contained in:
Dan Sosedoff 2014-12-28 00:05:25 -06:00
parent 95c804b5b5
commit fadfaeb547

View File

@ -45,6 +45,7 @@ clean:
rm -f ./pgweb
rm -f ./bin/*
rm -f bindata.go
make assets
docker:
docker build -t pgweb .