mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-10 15:57:07 +01:00
Support global theme partials (interim).
This commit is contained in:
@ -307,6 +307,7 @@ Implementation of the 'generate' verb for HackMyResume.
|
||||
function verify_theme( themeNameOrPath ) {
|
||||
var tFolder = PATH.join(
|
||||
parsePath ( require.resolve('fresh-themes') ).dirname,
|
||||
'/themes/',
|
||||
themeNameOrPath
|
||||
);
|
||||
var exists = require('path-exists').sync;
|
||||
|
Reference in New Issue
Block a user