Skip to content

Releases: justeat/gulp-build-fozzie

v7.19.0

11 Apr 10:49
f1a5973
Compare
Choose a tag to compare

Added

  • Added copy:img:docs task and documentation.

Changed

  • The images:optimise no longer copies images into the docs asset dist folder.
  • The images task now copies all of the images in the assets dist folder over to the docs dist folder if running a docs task.

v7.18.0

11 Apr 10:00
Compare
Choose a tag to compare

Changed

  • Register shared templates as partials rather than helpers.

v7.17.0

10 Apr 10:56
Compare
Choose a tag to compare

Changed

  • Updated f-templates-loader module.

v7.16.0

09 Apr 09:02
a6da6a7
Compare
Choose a tag to compare

Added

  • Added f-templates-loader module which handles locating and registering shared templates.
  • Added config.docs.excludeTemplateDirs property to allow directories to be ignored when adding shared templates.

Updated

  • .gitignore updated to exclude yalc config files

v7.15.0

04 Apr 10:44
Compare
Choose a tag to compare

Added

  • ESLint flag for automatically fixing ESLint rule violations. Will now fix a number of issues in-line when the lint task is run.
    For more info, check out the fix rule in the ESLint docs and to see a list of the rules this will auto-fix, see the ESLint rule list.

Updated

  • .gitignore updated to exclude yalc config files

v7.14.0

27 Mar 10:17
Compare
Choose a tag to compare

Added

  • Tests added to take coverage to 100%
  • Unminified JS files compiled to docs folder
  • Lodash clonedeep added for deep cloning objects in tests

Updated

  • Split out the tests into more manageable chunks

v7.13.0

08 Mar 13:26
Compare
Choose a tag to compare

Changed

  • Default gulp tasks so that the logger file is created when gulp is run.
  • Updated the pathBuilder jsErrorLoggerDir property to assetDistDir so it outputs in the correct directory.
  • Updated pathBuilder unit tests.

v7.12.0

16 Feb 14:49
07f4ee9
Compare
Choose a tag to compare

Added

  • gulp-file to dependencies

Changed

  • Add logger-file.js to tasks - this will add the server-side file required for the errorLogger to be inserted into the filesystem
  • Add logger paths to config
  • Add logger paths to pathbuilder
  • Updated unit tests
  • Added .idea to gitignore
  • Updated config.logger.dir to be js
  • Updated config.logger.subDir to be shared
  • Updated readme docs

Remove

  • Removed jsErrorLoggerDir from pathBuilder.js

v7.11.0

07 Feb 15:44
d733764
Compare
Choose a tag to compare

Changed

  • Javascript task to handle versioning if usePackageVersion is set to true.

v7.10.0

07 Feb 11:46
Compare
Choose a tag to compare

Changed

  • Changed imagemin config to maintain svg viewBox.