mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
fix: restart on js changes in vendor
This commit is contained in:
@@ -89,6 +89,7 @@ module.exports = function (grunt) {
|
|||||||
clientUpdated: {
|
clientUpdated: {
|
||||||
files: [
|
files: [
|
||||||
'public/src/**/*.js',
|
'public/src/**/*.js',
|
||||||
|
'public/vendor/**/*.js',
|
||||||
...clientUpdated,
|
...clientUpdated,
|
||||||
'node_modules/benchpressjs/build/benchpress.js',
|
'node_modules/benchpressjs/build/benchpress.js',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user