Browse Source

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

Torkel Ödegaard 10 năm trước cách đây
mục cha
commit
82feeff3aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         }
     }