Releases: justeat/gulp-build-fozzie
Releases · justeat/gulp-build-fozzie
v6.5.0
Changed
- Output unhashed, minified JS file
v6.4.0
Changed
- Move
applyRevision
variable out of the JS-only config so that it can be used for applying revision identifiers to the CSS files as well. - Updated readme to reflect new config structure.
- Updated unit tests.
v6.3.0
Changed
- Updated dependencies.
- Updated
jest.runCLI
to match new signature. - Moved duplicate jest calls out into a single function.
- Updated code formatting in
css:bundle
task.
v6.2.1
Changed
- Changed the log message to display the consuming package name and gulp-build-fozzie version.
v6.2.0
Changed
- Updated the CSS task so that it produces map files for both the concatenated and the minified files produced
v6.1.0
Changed
- Commit message for docs:deploy updated so that it doesn't clash with commit checks
v6.0.0
Changed
copy:assets
task has moved from thecss
task to theimages
task.- Changed the order in which the
images
tasks run — images are now copied, optimised, and then the SVG sprite is created. - SVG sprite is created from assets found in the
dist
directory rather thansrc
.
v5.5.3
Changed
- Lint task plumber only used in dev (so that it breaks the travis build if it errors)
v5.5.2
Added
- Better error handling for JS bundling so that errors in the browserify build don’t break the stream
v5.5.1
Changed
- Fixed a bug in
copy:assets
where the task callback was called too many times.