From 82feeff3aa638dd7c695c674cfa39e00c54b96d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 11 Aug 2015 16:40:23 +0200 Subject: [PATCH] tech(emails): small update to grunt watch for emails --- emails/grunt/watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emails/grunt/watch.js b/emails/grunt/watch.js index 284851c500c..65b3970da7f 100644 --- a/emails/grunt/watch.js +++ b/emails/grunt/watch.js @@ -9,7 +9,7 @@ module.exports = { tasks: ['default'], options: { nospawn: true, - livereload: true, + livereload: false, } }