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