mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Fix JSON Resume theme rendering glitch.
This commit is contained in:
		| @@ -108,6 +108,7 @@ Definition of the TemplateGenerator class. TODO: Refactor | ||||
|       genInfo.files.forEach(function( file ){ | ||||
|  | ||||
|         // Pre-processing | ||||
|         file.info.orgPath = file.info.orgPath || ''; // <-- For JRS themes | ||||
|         var thisFilePath = PATH.join( outFolder, file.info.orgPath ); | ||||
|         if( this.onBeforeSave ) { | ||||
|           file.data = this.onBeforeSave({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user