Skip to content

Commit 71c43a2

Browse files
authored
Merge pull request #39 from weaveworks/remove-fork
Remove dependency on custom Prometheus fork
2 parents ef35c3c + 5913661 commit 71c43a2

File tree

147 files changed

+21374
-11047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+21374
-11047
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EXES = $(PRISM_EXE)
3131
all: $(UPTODATE_FILES)
3232

3333
# And what goes into each exe
34-
$(PRISM_EXE): $(shell find . -name '*.go')
34+
$(PRISM_EXE): $(shell find . -name '*.go') $(shell find ui/static ui/templates)
3535

3636
# And now what goes into each image
3737
prism-build/$(UPTODATE): prism-build/*
@@ -63,6 +63,7 @@ $(EXES) lint test $(STATIC): prism-build/$(UPTODATE)
6363
else
6464

6565
$(EXES): prism-build/$(UPTODATE)
66+
go-bindata -pkg ui -o ui/bindata.go -ignore '(.*\.map|bootstrap\.js|bootstrap-theme\.css|bootstrap\.css)' ui/templates/... ui/static/...
6667
go build $(GO_FLAGS) -o $@ ./$(@D)
6768
$(NETGO_CHECK)
6869

api/api.go

Lines changed: 0 additions & 366 deletions
This file was deleted.

0 commit comments

Comments
 (0)