excluding tx managed language files from grunt

v1.18.x
Julian Lam 8 years ago
parent b08acd197c
commit 5de67f9607

@ -98,7 +98,8 @@ module.exports = function (grunt) {
}, },
langUpdated: { langUpdated: {
files: [ files: [
'public/language/**/*.json', 'public/language/en-GB/*.json',
'public/language/en-GB/**/*.json',
'node_modules/nodebb-*/**/*.json', 'node_modules/nodebb-*/**/*.json',
'!node_modules/nodebb-*/node_modules/**', '!node_modules/nodebb-*/node_modules/**',
'!node_modules/nodebb-*/.git/**', '!node_modules/nodebb-*/.git/**',

Loading…
Cancel
Save