1
vote
1answer
209 views

Using external mustache partials in a brunch.io project

I am working on a project that uses brunch.io and mustache for templating. I want to add mustache partials to the main index (which serves as a 'shell') to load in my content. I create the mustache ...
1
vote
1answer
472 views

How to get mustache templates to work in brunch

I want to use mustache templates with Brunch. This is my config.coffee file: {languages, plugins} = require 'brunch-extensions' # Make config loadable via require() for brunch. exports.config = # ...