0.2.1
Add HandlerError; Refactoring internals; Add automatic image resizer; Add wrap
Internal
Internal files and functions, not through index.js
exported, refactored and moved around a lot.
Cleaerer, more reusable structure, most tasks have their own folder now.
With replacement
Added wrap
as general-purpose wrapper, for adding further gulp tasks using also the internal gulp instance, browsersync, options and more.
Removed watchOverride
as it was bugged, use wrap
now.
Automatic resizing
Added getImage
support for srcset
caching.
Added automatic image resizing, using sharp, with configured sub-task after html rendering for resizing used images according usage with getImage
and srcset
. Check readme on how to generate srcset
from the same syntax of getImage
.