1
0
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:
Nick O'Leary 2015-07-14 20:37:49 +01:00
parent f7e3b0a64f
commit 811c4f2630

View File

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