Sfoglia il codice sorgente

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

Torkel Ödegaard 10 anni fa
parent
commit
82feeff3aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
         }
     }