scss support
This commit is contained in:
		
							parent
							
								
									c1c46ad67e
								
							
						
					
					
						commit
						42d3a7de17
					
				
					 15 changed files with 574 additions and 99 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,7 @@ export async function emitContent(contentFolder: string, output: string, cfg: Qu
 | 
			
		|||
 | 
			
		||||
  let emittedFiles = 0
 | 
			
		||||
  for (const emitter of cfg.plugins.emitters) {
 | 
			
		||||
    const emitted = await emitter.emit(content, staticResources, emit)
 | 
			
		||||
    const emitted = await emitter.emit(cfg.configuration, content, staticResources, emit)
 | 
			
		||||
    emittedFiles += emitted.length
 | 
			
		||||
 | 
			
		||||
    if (verbose) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue