Skip to content

Releases: justeat/gulp-build-fozzie

v5.5.0

25 Aug 07:29
Compare
Choose a tag to compare

Added

  • Added config.importedAssets.verbose option.
  • Added unit tests for config.importedAssets.verbose option.

Changed

  • copy:assets task uses the f-copy-assets module rather than npm-assets
  • The Readme config.importedAssets section was updated.

v5.4.0

25 Aug 07:29
Compare
Choose a tag to compare

Changed

  • copy:assets task copies to config.assetDistDir instead of the pathBuilder.importedAssetsDistDir.
  • css:bundle task loads the config.DistDir into postcss rather than importedAssetsDistDir
  • The Readme copy:assets and config.importedAssets sections were updated.

Removed

  • Removed config.importedAssets.importedAssetsDir .
  • Removed pathBuilder.importedAssetsDistDir.
  • Removed unit tests for above properties.
  • Removed clean:assets task.
  • The above properties and task were removed from the Readme.

v5.3.1

25 Aug 07:29
Compare
Choose a tag to compare

Changed

  • License update

v5.3.0

25 Aug 07:28
Compare
Choose a tag to compare

Added

  • Added the scripts:test:coverage task.

v5.2.0

18 Aug 09:29
Compare
Choose a tag to compare

Added

  • Added docs:deploy and docs:release tasks.
  • Added documentation for the new docs tasks.

Removed

  • Removed debug from assemble task.
  • Removed copy:fonts task from docs as it's called later in the default task.

Changed

  • Renamed the Options section to Config in the README.

v5.1.0

17 Aug 15:25
Compare
Choose a tag to compare

Added

  • Added browser-sync task along with config settings and tests.
  • Added docsAssetsDistDir path to pathBuilder.

v5.0.0

17 Aug 15:25
Compare
Choose a tag to compare

Changed

  • JavaScript task can now handle multiple files to be bundled via Browserify/Babel. Check the README for updated config changes.
  • Updatd copy task error handling

v4.5.0

17 Aug 15:25
Compare
Choose a tag to compare

Changed

  • test:cover task simplified.
  • docs task now copies fonts correctly.
  • default task refactored — now using the spread operator to conditionally add the service-worker task to runSequence.

v4.4.0

11 Aug 14:50
Compare
Choose a tag to compare

Changed

  • Changed config.importedAssets.importedAssetsSrcGlob default option.
  • copy:assets task no longer recursively checks dependencies of dependencies.
  • Fixed a bug with the callback in copy:assets
  • Dangerfile updated – result json couldn’t be accessed, so had to pass in result variable

Removed

  • Removed watch:assets task.

v4.3.0

11 Aug 08:38
Compare
Choose a tag to compare

Added

  • Added config.importedAssets object.
  • Added imported assets paths to pathBuilder.
  • Added copy:assets task.
  • Added clean:assets task.
  • Added watch:assets task.
  • Unit tests added for new config and pathBuilder properties.
  • The Readme Imported Assets config section was added.
  • The Readme Imported Assets pathBuilder section was added.
  • The Readme was updated to document the new tasks added.

Changed

  • Updated clean task comments.
  • The css:bundle task loads the importedAssetsDistDir into postcss, so that Fozzie modules can access assets copied there.