Skip to content

Releases: justeat/gulp-build-fozzie

v6.5.0

05 Dec 15:10
Compare
Choose a tag to compare

Changed

  • Output unhashed, minified JS file

v6.4.0

04 Dec 14:37
Compare
Choose a tag to compare

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

18 Oct 14:27
Compare
Choose a tag to compare

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

05 Oct 10:12
Compare
Choose a tag to compare

Changed

  • Changed the log message to display the consuming package name and gulp-build-fozzie version.

v6.2.0

04 Oct 07:26
Compare
Choose a tag to compare

Changed

  • Updated the CSS task so that it produces map files for both the concatenated and the minified files produced

v6.1.0

25 Sep 11:36
Compare
Choose a tag to compare

Changed

  • Commit message for docs:deploy updated so that it doesn't clash with commit checks

v6.0.0

01 Sep 09:57
Compare
Choose a tag to compare

Changed

  • copy:assets task has moved from the css task to the images 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 than src.

v5.5.3

29 Aug 07:10
Compare
Choose a tag to compare

Changed

  • Lint task plumber only used in dev (so that it breaks the travis build if it errors)

v5.5.2

25 Aug 07:29
Compare
Choose a tag to compare

Added

  • Better error handling for JS bundling so that errors in the browserify build don’t break the stream

v5.5.1

25 Aug 07:29
Compare
Choose a tag to compare

Changed

  • Fixed a bug in copy:assets where the task callback was called too many times.