Add bin to release package

This commit is contained in:
Nick O'Leary 2015-06-16 23:39:33 +01:00
parent 3a17c3ee6d
commit 2b9aca0c56
1 changed files with 2 additions and 1 deletions

View File

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