mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/hacksalot/HackMyResume
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user