소스 검색

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,
         }
     }