forked from MapComplete/MapComplete
		
	Housekeeping...
This commit is contained in:
		
							parent
							
								
									707b25529b
								
							
						
					
					
						commit
						6d822b42ca
					
				
					 158 changed files with 7939 additions and 11272 deletions
				
			
		|  | @ -262,10 +262,8 @@ function main(args: string[]) { | |||
|     } | ||||
| 
 | ||||
|     let contents = ScriptUtils.readDirRecSync("./assets") | ||||
|         .filter(p => !p.startsWith("./assets/templates/")) | ||||
|         .filter( | ||||
|         (entry) => entry.indexOf("./assets/generated") != 0 | ||||
|     ) | ||||
|         .filter((p) => !p.startsWith("./assets/templates/")) | ||||
|         .filter((entry) => entry.indexOf("./assets/generated") != 0) | ||||
|     let licensePaths = contents.filter((entry) => entry.indexOf("license_info.json") >= 0) | ||||
|     let licenseInfos = generateLicenseInfos(licensePaths) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue