From 811c4f26300a9970e0c571feb6941bec796fe729 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 14 Jul 2015 20:37:49 +0100 Subject: [PATCH] Ensure locales dir is included in release zip --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3a4ebde85..63284b55a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -295,7 +295,8 @@ module.exports = function(grunt) { 'red/**', 'public/**', 'editor/templates/**', - 'bin/**' + 'bin/**', + 'locales/**' ], dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>') }]