|
|
@ -73,7 +73,8 @@ module.exports = function (grunt) {
|
|
|
|
watch: {
|
|
|
|
watch: {
|
|
|
|
lessUpdated_Client: {
|
|
|
|
lessUpdated_Client: {
|
|
|
|
files: [
|
|
|
|
files: [
|
|
|
|
'public/*.less',
|
|
|
|
'public/less/*.less',
|
|
|
|
|
|
|
|
'!public/less/admin/**/*.less',
|
|
|
|
'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
|
|
|
|
'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
|
|
|
|
'!node_modules/nodebb-*/node_modules/**',
|
|
|
|
'!node_modules/nodebb-*/node_modules/**',
|
|
|
|
'!node_modules/nodebb-*/.git/**',
|
|
|
|
'!node_modules/nodebb-*/.git/**',
|
|
|
@ -84,7 +85,7 @@ module.exports = function (grunt) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
lessUpdated_Admin: {
|
|
|
|
lessUpdated_Admin: {
|
|
|
|
files: [
|
|
|
|
files: [
|
|
|
|
'public/*.less',
|
|
|
|
'public/less/admin/**/*.less',
|
|
|
|
'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
|
|
|
|
'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
|
|
|
|
'!node_modules/nodebb-*/node_modules/**',
|
|
|
|
'!node_modules/nodebb-*/node_modules/**',
|
|
|
|
'!node_modules/nodebb-*/.git/**',
|
|
|
|
'!node_modules/nodebb-*/.git/**',
|
|
|
|