mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 13:17:26 +00:00 
			
		
		
		
	fix: exclude theme.json from interrogation
This commit is contained in:
		| @@ -129,6 +129,8 @@ _load = (formatsHash) -> | ||||
| _loadOne = ( absPath, formatsHash, tplFolder ) -> | ||||
|  | ||||
|   pathInfo = parsePath absPath | ||||
|   return if pathInfo.basename.toLowerCase() == 'theme.json' | ||||
|  | ||||
|   absPathSafe = absPath.trim().toLowerCase() | ||||
|   outFmt = '' | ||||
|   act = 'copy' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user