excluding tx managed language files from grunt

This commit is contained in:
Julian Lam
2017-02-02 10:52:14 -05:00
parent b08acd197c
commit 5de67f9607

View File

@@ -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/**',