Releases: tforster/webproducer
Releases · tforster/webproducer
Supports JS and CSS single glob file bundling
v0.7.2-beta: #0743: CloudFront invalidations are "too" strict (#22)
- Fixes issue - Updates semvers of dependencies - Corrects some minor code formatting issues
v0.7.1
v0.7.0
#729 Split PageBuilder into HTML and non-HTML streams (#16) Fixes #729 Split PageBuilder into HTML and non-HTML streams - Added second readable stream to PageBuilder so we now track HTML and non-HTML files - Added a files counter to PageBuilder to report on built pages vs built files - Index.js adjusted to accommodate modified PageBuilder response - Index.js routes the HTML stream to the HTML minification but not file stream - The new file stream along with the minified HTML stream are merged to output in index.js - Removed one redundant line of output in MergeStream.js * Changed license from ISC to MIT