瀏覽代碼

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

Torkel Ödegaard 10 年之前
父節點
當前提交
82feeff3aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
         }
     }