1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Process TXT global partials.

This commit is contained in:
hacksalot 2016-01-11 19:56:19 -05:00
parent e29ed58a1c
commit 3800e19418

View File

@ -60,7 +60,7 @@ Definition of the HandlebarsGenerator class.
function registerPartials(format, theme) {
if( format === 'html' || format === 'doc' || format == 'md' ) {
if( _.contains( ['html','doc','md','txt'], format )) {
// Locate the global partials folder
var partialsFolder = PATH.join(