vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

Replace rev'd filenames in Twig, Handlebars, & PHP templates #513

Open elivz opened 6 years ago

elivz commented 6 years ago

Currently the rev task only replaces asset urls with their hashed counterparts in .html files. This expands that behavior to include .twig, .hbs, & .php files, making it work with various common CMSs.

This replaces my previous PR #446, in which I accidentally used the wrong source branch.