From 5de67f9607e21ae33cf9e9bcc6c06afec88202c4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 2 Feb 2017 10:52:14 -0500 Subject: [PATCH] excluding tx managed language files from grunt --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 66f12bba3e..ca5d4dad49 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/**',