mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Fix JSON Resume theme rendering glitch.
This commit is contained in:
parent
43ed564a6e
commit
f6f383751f
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user