- Avoid reprocessing the same block in different HTML files.
- Throw warning when processing a different block to an existing destination file. Hashing will avoid collisions, but introduce confusion.
- Add file versioning for inline media and CSS images.
- Avoid need for 'usemin' task - get the replacement element pattern from the first/last HTML element in actual block being replaced. Added benefit of preserving other attributes that may exist (e.g.
title
,media
).
Acknowledgements: This is an adaption of some of Mickael Daniel's work on h5bp/node-build-script