Skip to content

Releases: tforster/gilbert

v1.0.0-rc.4

19 Apr 20:37
d3eb0fa

Choose a tag to compare

v1.0.0-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-rc.2...v1.0.0-rc.4

1.0.0-rc.1

06 Apr 21:47
9d628c6

Choose a tag to compare

1.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.1...1.0.0-rc.1

Supports JS and CSS single glob file bundling

11 Apr 14:46
6f579bb

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

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

Choose a tag to compare

v0.7.1

v0.7.0

06 Aug 15:33

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

Choose a tag to compare

Create codeql-analysis.yml

v0.5.1

22 Jul 15:15

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

Choose a tag to compare

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