mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Cleanup frontend makefile
This commit is contained in:
parent
4c98f4b4a9
commit
85caf29316
@ -32,8 +32,9 @@ dev-server:
|
||||
script.js: elm-env format $(ELM_FILES)
|
||||
@echo ">> building script.js"
|
||||
@$(DOCKER_CMD) elm make src/Main.elm --yes --output $(TEMPFILE_JS)
|
||||
@$(DOCKER_CMD) uglifyjs $(TEMPFILE_JS) --compress unused --mangle --output $(@)
|
||||
@rm -rf $(TEMPFILE_JS) $(TEMPFILE)
|
||||
@$(DOCKER_CMD) uglifyjs $(TEMPFILE_JS) --compress unused --mangle --output $(@)
|
||||
@rm -rf $(TEMPFILE_JS)
|
||||
@rm -rf $(TEMPFILE)
|
||||
|
||||
clean:
|
||||
- @rm script.js
|
||||
|
Loading…
Reference in New Issue
Block a user