| 
									
										
										
										
											2017-04-16 23:40:47 +02:00
										 |  |  | const ExampleZipper = require('./exampleZipper'); | 
					
						
							|  |  |  | const path = require('canonical-path'); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const EXAMPLES_PATH = path.join(__dirname, '../../content/examples'); | 
					
						
							| 
									
										
										
										
											2017-05-03 13:55:00 +01:00
										 |  |  | const ZIPS_PATH = path.join(__dirname, '../../src/generated/zips'); | 
					
						
							| 
									
										
										
										
											2017-04-16 23:40:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | new ExampleZipper(EXAMPLES_PATH, ZIPS_PATH); |