From 2b9aca0c566ad379031b8d155af1fa16bad3d4d8 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 16 Jun 2015 23:39:33 +0100 Subject: [PATCH] Add bin to release package --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %>') }]