You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	fixed gulp less
This commit is contained in:
		
							
								
								
									
										7
									
								
								gulp/errorHandler.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								gulp/errorHandler.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| module.exports = { | ||||
|     onError:function (error) { | ||||
|         //If you want details of the error in the console | ||||
|         console.log(error.toString()); | ||||
|         this.emit('end'); | ||||
|     } | ||||
| }  | ||||
| @@ -12,5 +12,5 @@ gulp.task('imageMin', function () { | ||||
|             svgoPlugins: [{removeViewBox: false}] | ||||
|         })) | ||||
|         .pipe(print()) | ||||
|         .pipe(gulp.dest(paths.src.images)); | ||||
|         .pipe(gulp.dest(paths.src.content + 'Images/')); | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user