mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Minify CSS
This commit is contained in:
		
							parent
							
								
									fe8f809aa1
								
							
						
					
					
						commit
						dd8a6a12ba
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -210,7 +210,10 @@ gulp.task('build:client:pug', [
 | 
			
		|||
				// 属性の値がデフォルトと同じなら省略する e.g.
 | 
			
		||||
				// <input type="text"> to
 | 
			
		||||
				// <input>
 | 
			
		||||
				removeRedundantAttributes: true
 | 
			
		||||
				removeRedundantAttributes: true,
 | 
			
		||||
 | 
			
		||||
				// CSSも圧縮する
 | 
			
		||||
				minifyCSS: true
 | 
			
		||||
			}))
 | 
			
		||||
			.pipe(gulp.dest('./built/web/app/'))
 | 
			
		||||
);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue