Skip to content

Releases: tforster/webproducer

Supports JS and CSS single glob file bundling

11 Apr 14:46
6f579bb
Compare
Choose a tag to compare

Multiple concatenated and minified JS and/or CSS files can be created. Each from a single glob of constituent files.

v0.7.2-beta: #0743: CloudFront invalidations are "too" strict (#22)

15 Nov 17:46
7ddcc4b
Compare
Choose a tag to compare
- Fixes issue
- Updates semvers of dependencies
- Corrects some minor code formatting issues

v0.7.1

09 Aug 16:14
f982611
Compare
Choose a tag to compare
v0.7.1

v0.7.0

06 Aug 15:33
Compare
Choose a tag to compare
#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

v0.6.0

06 Aug 13:55
a5c18ef
Compare
Choose a tag to compare
Create codeql-analysis.yml

v0.5.1

22 Jul 15:15
Compare
Choose a tag to compare

Fixes regression issue that saw compressed scripts left in origin folder instead of root for S3 deployments.

v0.5.0

15 Jul 15:54
e8cb709
Compare
Choose a tag to compare

WebProducer now supports Amazon S3+CloudFront as a hosting target.