Преглед изворни кода

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