mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24: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.
 | 
									// 属性の値がデフォルトと同じなら省略する e.g.
 | 
				
			||||||
				// <input type="text"> to
 | 
									// <input type="text"> to
 | 
				
			||||||
				// <input>
 | 
									// <input>
 | 
				
			||||||
				removeRedundantAttributes: true
 | 
									removeRedundantAttributes: true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									// CSSも圧縮する
 | 
				
			||||||
 | 
									minifyCSS: true
 | 
				
			||||||
			}))
 | 
								}))
 | 
				
			||||||
			.pipe(gulp.dest('./built/web/app/'))
 | 
								.pipe(gulp.dest('./built/web/app/'))
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue