fix: restart on js changes in vendor

This commit is contained in:
Barış Soner Uşaklı
2020-11-19 20:34:12 -05:00
parent 6ef7e8675f
commit 814771bdc7

View File

@@ -89,6 +89,7 @@ module.exports = function (grunt) {
clientUpdated: {
files: [
'public/src/**/*.js',
'public/vendor/**/*.js',
...clientUpdated,
'node_modules/benchpressjs/build/benchpress.js',
],