Parcourir la source

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

Torkel Ödegaard il y a 10 ans
Parent
commit
82feeff3aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
         }
     }