mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Use gutil instead of console
This commit is contained in:
		
							parent
							
								
									7dd740ea70
								
							
						
					
					
						commit
						2256252d53
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -190,7 +190,7 @@ gulp.task('build:client:scripts', done => {
 | 
			
		|||
 | 
			
		||||
					.transform(transformify((source, file) => {
 | 
			
		||||
						if (file.substr(-4) !== '.tag') return source;
 | 
			
		||||
						console.log(file);
 | 
			
		||||
						gutil.log('Build Tag: ' + file);
 | 
			
		||||
						return source;
 | 
			
		||||
					}))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue