From 814771bdc7afa2c4bf9287c323be99a07d3ae3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 19 Nov 2020 20:34:12 -0500 Subject: [PATCH] fix: restart on js changes in vendor --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index e2a811cd11..9596b7dd97 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -89,6 +89,7 @@ module.exports = function (grunt) { clientUpdated: { files: [ 'public/src/**/*.js', + 'public/vendor/**/*.js', ...clientUpdated, 'node_modules/benchpressjs/build/benchpress.js', ],