diff --git a/Gruntfile.js b/Gruntfile.js index a357ec4fc..131c377e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -269,7 +269,8 @@ module.exports = function(grunt) { 'nodes/core/**', 'red/**', 'public/**', - 'editor/templates/**' + 'editor/templates/**', + 'bin/**' ], dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>') }]