fix: restart on js changes in vendor

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 6ef7e8675f
commit 814771bdc7

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

Loading…
Cancel
Save