You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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