This commit will definitely require a clean up of your working folder: ``` cd aio git clean -xdf yarn setup ```
		
			
				
	
	
		
			8 lines
		
	
	
		
			275 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			275 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const ExampleZipper = require('./exampleZipper');
 | |
| const path = require('canonical-path');
 | |
| 
 | |
| const EXAMPLES_PATH = path.join(__dirname, '../../content/examples');
 | |
| const ZIPS_PATH = path.join(__dirname, '../../src/generated/zips');
 | |
| 
 | |
| new ExampleZipper(EXAMPLES_PATH, ZIPS_PATH);
 |