From 54fdfdd639b36af531d9f5c565bdc06a03efb1e5 Mon Sep 17 00:00:00 2001 From: Claus Date: Thu, 22 Jun 2017 11:05:42 +0200 Subject: [PATCH] adding grunt watch interval to prevent insane cpu load. --- src/Umbraco.Web.UI.Client/gruntFile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/gruntFile.js b/src/Umbraco.Web.UI.Client/gruntFile.js index 6c785489c4..83cb15df64 100644 --- a/src/Umbraco.Web.UI.Client/gruntFile.js +++ b/src/Umbraco.Web.UI.Client/gruntFile.js @@ -382,6 +382,9 @@ module.exports = function (grunt) { html: { files: ['src/views/**/*.html', 'src/*.html'], tasks: ['watch-html', 'timestamp'] + }, + options: { + interval: 500 } },