mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 12:19:10 +02:00
excluding tx managed language files from grunt
This commit is contained in:
@@ -98,7 +98,8 @@ module.exports = function (grunt) {
|
||||
},
|
||||
langUpdated: {
|
||||
files: [
|
||||
'public/language/**/*.json',
|
||||
'public/language/en-GB/*.json',
|
||||
'public/language/en-GB/**/*.json',
|
||||
'node_modules/nodebb-*/**/*.json',
|
||||
'!node_modules/nodebb-*/node_modules/**',
|
||||
'!node_modules/nodebb-*/.git/**',
|
||||
|
||||
Reference in New Issue
Block a user