Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbu88 committed Dec 13, 2018
1 parent 2c0093e commit c77bde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ngdiffy</title>
<title>Diffy - share diff output in your browser</title>
<base href="/">

<link rel="icon" href="/static/img/favicon.ico" type="image/x-icon">
Expand Down
2 changes: 1 addition & 1 deletion tools/ng_build_watch.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker-compose run web /bin/sh -c 'cd ../frontend; ng build --watch'
docker-compose run --no-deps web /bin/sh -c 'cd ../frontend; ng build --watch'

0 comments on commit c77bde5

Please sign in to comment.