Skip to content

Commit

Permalink
Fix bootstrap CSS path, make dev server kill namebench process at
Browse files Browse the repository at this point in the history
startup.
  • Loading branch information
tstromberg committed Oct 10, 2013
1 parent 76ac809 commit 39cd8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion namebench_dev_server.sh
Expand Up @@ -2,9 +2,9 @@
# poor mans multi-platform restart for the dev server.
# requires: watchdog 0.6.0

killall namebench
./build.sh && go run namebench.go --port 9080 &


watchmedo shell-command \
--patterns="*.go;*.html;*.css;*.tmpl" \
--ignore-directories \
Expand Down
2 changes: 1 addition & 1 deletion ui/templates/index.html
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="">

<title>namebench (v2 alpha)</title>
<link href="/static/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="/static/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/static/index.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
Expand Down

0 comments on commit 39cd8f2

Please sign in to comment.