mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 08:20:11 +00:00
Fix template expansion error.
This commit is contained in:
parent
ed3fc12806
commit
8b57f9ce57
@ -93,7 +93,7 @@ module.exports = function () {
|
|||||||
var mk = FS.readFileSync( themeFile, 'utf8' );
|
var mk = FS.readFileSync( themeFile, 'utf8' );
|
||||||
|
|
||||||
// Compile and invoke the template!
|
// Compile and invoke the template!
|
||||||
mk = single( rez.rep, mk, fType, cssData, fName );
|
mk = single( rez, mk, fType, cssData, fName );
|
||||||
|
|
||||||
// Post-process and save the file
|
// Post-process and save the file
|
||||||
fType === 'html' && (mk = html( mk, themeFile, fOut ));
|
fType === 'html' && (mk = html( mk, themeFile, fOut ));
|
||||||
|
Loading…
Reference in New Issue
Block a user