mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Fix console helpers path.
This commit is contained in:
parent
58b6ad841e
commit
5838b085c7
@ -159,7 +159,7 @@ Output routines for HackMyResume.
|
|||||||
case HME.afterAnalyze:
|
case HME.afterAnalyze:
|
||||||
var info = evt.info;
|
var info = evt.info;
|
||||||
var rawTpl = FS.readFileSync( PATH.join( __dirname, 'analyze.hbs' ), 'utf8');
|
var rawTpl = FS.readFileSync( PATH.join( __dirname, 'analyze.hbs' ), 'utf8');
|
||||||
HANDLEBARS.registerHelper( require('../helpers/console-helpers') );
|
HANDLEBARS.registerHelper( require('hackmycore/src/helpers/console-helpers') );
|
||||||
var template = HANDLEBARS.compile(rawTpl, { strict: false, assumeObjects: false });
|
var template = HANDLEBARS.compile(rawTpl, { strict: false, assumeObjects: false });
|
||||||
var tot = 0;
|
var tot = 0;
|
||||||
info.keywords.forEach(function(g) { tot += g.count; });
|
info.keywords.forEach(function(g) { tot += g.count; });
|
||||||
|
Loading…
Reference in New Issue
Block a user