Skip to content

Commit

Permalink
revert cmd/server/static/files.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jan 23, 2020
1 parent ecdb8b0 commit e4cfefe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,11 @@ else
endif
touch ui/dist/app

.PHONY: staticfiles
staticfiles:
$(HOME)/go/bin/staticfiles:
# Install the "staticfiles" tool
go get bou.ke/staticfiles

cmd/server/static/files.go: ui/dist/app staticfiles
cmd/server/static/files.go: $(HOME)/go/bin/staticfiles ui/dist/app
# Pack UI into a Go file.
staticfiles -o cmd/server/static/files.go ui/dist/app

Expand Down

0 comments on commit e4cfefe

Please sign in to comment.