This repository was archived by the owner on Dec 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* mustache pattern engine for patternlab-node - v0.10.1 - 2015
3
3
*
4
- * Brian Muenzenmeyer, and the web community.
4
+ * Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
6
6
*
7
7
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* patternlab-node - v0.10.1 - 2015
3
3
*
4
- * Brian Muenzenmeyer, and the web community.
4
+ * Geoffrey Pursell, Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
6
6
*
7
7
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
17
17
'handlebars'
18
18
] ;
19
19
20
- // object/hash of all loaded pattern engines, empty at first
20
+ // Object/hash of all loaded pattern engines, empty at first.
21
+ // My intention here is to make this return an object that can be used to
22
+ // obtain any loaded PatternEngine by addressing them like this:
23
+ //
24
+ // var PatternEngines = require('pattern_engines/pattern_engines');
25
+ // var Mustache = PatternEngines('mustache');
26
+ //
21
27
function PatternEngines ( ) {
22
28
// do nothing
23
29
}
You can’t perform that action at this time.
0 commit comments