Ver código fonte

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

Torkel Ödegaard 10 anos atrás
pai
commit
82feeff3aa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      emails/grunt/watch.js

+ 1 - 1
emails/grunt/watch.js

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