Explorar o código

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

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
82feeff3aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
         }
     }