Top "Assemble" questions

Component, documentation and static site generator for node.

How should I configure grunt-usemin to work with relative path

I have a grunt project backed by a yeoman-generator that I've built based on the generator-webapp, if it's of any …

gruntjs yeoman assemble grunt-usemin
Import external file content into handlebar

I hope someone can give me a hint. I would like to import content from one file into my handlebar …

css handlebars.js assemble
How to use Handlebars ternary helper?

Following this answer, I wrote a helper like module.exports.register = function (Handlebars) { Handlebars.registerHelper('ternary', function(test, yes, no) { …

handlebars.js assemble
What does `{{{variable}}}` mean in handlebars?

What does triple curly braces mean in handlebars template syntax? For example {{{variable}}} I cannot find any documentation. Thanks

handlebars.js assemble