mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	sync with n8n
This commit is contained in:
		
					parent
					
						
							
								0b4d09b62e
							
						
					
				
			
			
				commit
				
					
						ea2722894a
					
				
			
		
					 4 changed files with 45 additions and 14 deletions
				
			
		|  | @ -1,8 +1,11 @@ | |||
| const { src, dest } = require('gulp'); | ||||
| 
 | ||||
| function copyIcons() { | ||||
| 	return src('nodes/**/*.png') | ||||
| 		.pipe(dest('dist/nodes')); | ||||
| 	src('nodes/**/*.{png,svg}') | ||||
| 		.pipe(dest('dist/nodes')) | ||||
| 
 | ||||
| 	return src('credentials/**/*.{png,svg}') | ||||
| 		.pipe(dest('dist/credentials')); | ||||
| } | ||||
| 
 | ||||
| exports.default = copyIcons; | ||||
| exports.default = copyIcons; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue