We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b797917 commit 072b42fCopy full SHA for 072b42f
lib/Pipe/Environment.php
@@ -57,6 +57,10 @@ function __construct($root = null)
57
58
$this->registerEngine('\\Pipe\\JstProcessor', '.jst');
59
60
+ # Override Mustache compiler with more useful Mustache to JS compiler,
61
+ # which is usable with the JST processor
62
+ $this->registerEngine('\\MetaTemplate\\Template\\MustacheJsTemplate', '.mustache');
63
+
64
# Register default processors
65
$this->registerPreProcessor('text/css', '\\Pipe\\ImportProcessor');
66
$this->registerPreProcessor('text/css', '\\Pipe\\DirectiveProcessor');
0 commit comments