1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 16:30:04 +01:00

Merge remote-tracking branch 'refs/remotes/origin/master' into dev

This commit is contained in:
hacksalot 2016-01-04 16:13:37 -05:00
commit 0f83f8f5c2

View File

@ -283,9 +283,8 @@ Implementation of the 'generate' verb for HackMyResume.
Verify the specified theme name/path.
*/
function verify_theme( themeNameOrPath ) {
var tFolder = PATH.resolve(
__dirname,
'../../node_modules/fresh-themes/themes',
var tFolder = PATH.join(
parsePath ( require.resolve('fresh-themes') ).dirname,
themeNameOrPath
);
var exists = require('path-exists').sync;