mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Store theme folder reference.
This commit is contained in:
@ -31,6 +31,8 @@ Abstract theme representation.
|
||||
return friendly[val] || val;
|
||||
}
|
||||
|
||||
// Remember the theme folder; might be custom
|
||||
this.folder = themeFolder;
|
||||
var tplFolder = PATH.join( themeFolder, 'templates' );
|
||||
var fmts = FS.readdirSync( tplFolder ).map( function( file ) {
|
||||
var absPath = PATH.join( tplFolder, file );
|
||||
|
Reference in New Issue
Block a user