mirror of
				https://github.com/penpot/penpot.git
				synced 2025-10-28 08:57:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import * as h from "./_helpers.js";
 | |
| 
 | |
| await h.compileStyles();
 | |
| await h.copyAssets();
 | |
| await h.compileSvgSprites();
 | |
| await h.compileTemplates();
 | |
| await h.compilePolyfills();
 |