Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 0eea0b2

Browse files
Merge branch 'master' into dev
2 parents a38752f + 4fa3eed commit 0eea0b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/engine_handlebars.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
/*
4-
* handlebars pattern engine for patternlab-node - v0.15.1 - 2015
4+
* handlebars pattern engine for patternlab-node
55
*
66
* Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
77
* Licensed under the MIT license.
@@ -62,8 +62,7 @@ var engine_handlebars = {
6262
// register exact partial name
6363
Handlebars.registerPartial(pattern.patternPartial, pattern.template);
6464

65-
// register verbose syntax? No, it seems that Handlebars can't tolerate
66-
// slashes in partial names.
65+
Handlebars.registerPartial(pattern.verbosePartial, pattern.template);
6766
},
6867

6968
// find and return any {{> template-name }} within pattern

0 commit comments

Comments
 (0)