tech(emails): small update to grunt watch for emails

This commit is contained in:
Torkel Ödegaard 2015-08-11 16:40:23 +02:00
parent 43ef9f909a
commit 82feeff3aa

View File

@ -9,7 +9,7 @@ module.exports = {
tasks: ['default'],
options: {
nospawn: true,
livereload: true,
livereload: false,
}
}