Skip to content

Commit

Permalink
turn on optimized output
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 25, 2020
1 parent b72dd26 commit de8c72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,4 +5,4 @@ dist: dist/index.html $(shell find static -type f)

dist/index.html: $(shell find src -type f -name '*.elm') elm.json
@mkdir -p dist
elm make src/Main.elm --output $@
elm make src/Main.elm --optimize --output $@
5 changes: 1 addition & 4 deletions src/Main.elm
Expand Up @@ -153,10 +153,7 @@ update msg model =
|> startNextMatchIfPossible

LoadedStandings (Err problem) ->
let
_ =
Debug.log "problem" problem
in
-- TODO: show a problem
( model, Cmd.none )


Expand Down

0 comments on commit de8c72a

Please sign in to comment.