From 2b867292bef9dac74d533e68b8407df459fe85a8 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Wed, 1 Apr 2015 12:08:38 +0100 Subject: [PATCH] adds FASTER to reload front-end when changes are made. https://github.com/ideaq/time/issues/81 --- README.md | 2 +- front/views/index.html | 12 ++++++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 35ad3fb9..afa7b60c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A simple way to track activities over time. > Help us build it! https://github.com/ideaq/time/issues -### *Expected* Environment Variables +### *Expected* Environment Variables˜ The API server will *not* work unless these environment variables are set. diff --git a/front/views/index.html b/front/views/index.html index d92c160f..56e14021 100644 --- a/front/views/index.html +++ b/front/views/index.html @@ -5,19 +5,22 @@ - 00:00 + 01:12

{{fortune}}

-

Can we go faster...? :-)

+

KItten!

+ - + + diff --git a/package.json b/package.json index d3a58449..8d42e243 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "codeclimate-test-reporter": "0.0.4", - "faster": "^3.2.8", + "faster": "^3.4.3", "istanbul": "^0.3.5", "jshint": "^2.5.10", "pre-commit": "^1.0.6",