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 %>') }]