1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

@ -269,7 +269,8 @@ module.exports = function(grunt) {
'nodes/core/**', 'nodes/core/**',
'red/**', 'red/**',
'public/**', 'public/**',
'editor/templates/**' 'editor/templates/**',
'bin/**'
], ],
dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>') dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>')
}] }]