mirror of https://github.com/node-red/node-red.git
parent
3a17c3ee6d
commit
2b9aca0c56
|
@ -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 %>')
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue