gulp-consolidate icon indicating copy to clipboard operation
gulp-consolidate copied to clipboard

[No Maintenance Intended] Template engine consolidation for gulp using consolidate.js

Results 3 gulp-consolidate issues
Sort by recently updated
recently updated
newest added

As found in this earlier pull request https://github.com/timrwood/gulp-consolidate/pull/4

Registering partials and helpers for handlebars won't work without passing the options to the template engine. It just seems the options object was implemented and then forgotten.

I've created a de-coupled (generic) data source plugin that sets a data attribute to the file object. Through the new `gulp-data` plugin the data attribute can be set from a...