1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 18:17:08 +01:00

Support global theme partials (interim).

This commit is contained in:
hacksalot
2016-01-06 10:48:51 -05:00
parent bc9f0d468f
commit 712b504168
4 changed files with 57 additions and 4 deletions

View File

@ -235,6 +235,7 @@ Definition of the TemplateGenerator class.
// Verify the specified theme name/path
var tFolder = PATH.join(
parsePath( require.resolve('fresh-themes') ).dirname,
'/themes/',
this.opts.theme
);