mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 00:10:15 +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 ){
|
genInfo.files.forEach(function( file ){
|
||||||
|
|
||||||
// Pre-processing
|
// Pre-processing
|
||||||
|
file.info.orgPath = file.info.orgPath || ''; // <-- For JRS themes
|
||||||
var thisFilePath = PATH.join( outFolder, file.info.orgPath );
|
var thisFilePath = PATH.join( outFolder, file.info.orgPath );
|
||||||
if( this.onBeforeSave ) {
|
if( this.onBeforeSave ) {
|
||||||
file.data = this.onBeforeSave({
|
file.data = this.onBeforeSave({
|
||||||
|
Loading…
Reference in New Issue
Block a user