mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Ensure locales dir is included in release zip
This commit is contained in:
parent
f7e3b0a64f
commit
811c4f2630
@ -295,7 +295,8 @@ module.exports = function(grunt) {
|
||||
'red/**',
|
||||
'public/**',
|
||||
'editor/templates/**',
|
||||
'bin/**'
|
||||
'bin/**',
|
||||
'locales/**'
|
||||
],
|
||||
dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>')
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user