We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A sample Makefile with taft might look something like this:
Makefile
# Build a single page build/%.html: _content/%.html _helpers/helpers.js _layouts/myLayout.handlebars _data/data.yaml taft --helper _helpers/helpers.js \ --partial '_partials/*' \ --layout '_layouts/*' \ --default-layout myLayout \ --data _data/data.yaml \
There was an error while loading. Please reload this page.