gulp-build-fozzie

Gulp build tasks for use across Fozzie modules

OTHER License

Downloads
192
Stars
4
Committers
14

Bot releases are hidden (Show)

gulp-build-fozzie - v10.6.0 Latest Release

Published by kathywklee about 2 years ago

v10.6.0

July 26, 2022

Changed

  • Upgraded the version of gulp-sass from 4.0.2 to 5.1.0
gulp-build-fozzie -

Published by SachaZvetelman over 4 years ago

v10.2.1

May 6, 2020

Fixed

  • watch tasks so they work with Gulp v4.
gulp-build-fozzie -

Published by SachaZvetelman over 4 years ago

v10.2.0

May 5, 2020

Changed

  • Adapted the default task so that it works with Gulp v4.
gulp-build-fozzie - v10.1.0

Published by ashleynolan over 4 years ago

Changed

  • Turns out there were more changes needed for Gulp v4 😆
    Specifically, regarding runSequence (which no longer works in Gulp v4). Have converted these tasks to use gulp.series and gulp.parallel instead. This ahs been tested with how HomeWeb uses its default task – this is likely to need more specific testing/updates if/when we migrate this into other applications that use this package).
gulp-build-fozzie - v10.0.0

Published by ashleynolan over 4 years ago

Changed

  • Upgrade gulp to v4 (so that it's now compatible with Node v12)
gulp-build-fozzie - v8.4.0

Published by ashleynolan over 5 years ago

Fixed

  • Adjusted copy:assets task so that it copies the assets over to the relevant docs folder when running in docs mode.
gulp-build-fozzie - v8.3.0

Published by ashleynolan almost 6 years ago

Fixed

  • Downgrading event-stream due to security vulnerability

Changed

  • Updating package dependencies
gulp-build-fozzie - v8.2.1

Published by ashleynolan about 6 years ago

Changed

  • Updating README with Babel 7 FAQ info
gulp-build-fozzie - v8.2.0

Published by ashleynolan about 6 years ago

Changed

  • Babel 7 config is now added into the gulp-build-fozzie module directly, rther than managing in each separate project package.json. Resolutions for babel 7 bridge and Espree (Eslint fix) also added.
gulp-build-fozzie - v8.1.1

Published by ashleynolan about 6 years ago

Fixed

  • README updated with Babel 7 config changes. Also includes note about adding Espree v3.5.4 as a resolution when adding linting with ESLint v6.
gulp-build-fozzie - v8.1.0

Published by dandel10n about 6 years ago

Changed

  • Updated f-templates-loader dependency.
gulp-build-fozzie - v8.0.0

Published by ashleynolan about 6 years ago

Changed

  • Package dependency updates. Using the package will now require an upgrade to Babel 7.
gulp-build-fozzie - v7.26.0

Published by ashleynolan about 6 years ago

Added

  • gulp-stylelint plugin replaces postcss for the SCSS compilation so that the task can autofix any issues (as the postcss plugin isn't capable of doing this).

Changed

  • Updated eslint-config-fozzie dependency to remove warnings coming from airbnb-base config.
  • Update a bunch of minor dependencies.
gulp-build-fozzie -

Published by DamianMullins about 6 years ago

Changed

  • Updated eslint-config-fozzie dependency.
gulp-build-fozzie -

Published by DamianMullins about 6 years ago

Changed

  • Use ES6 compatible uglify component
gulp-build-fozzie - v7.23.0

Published by ashleynolan about 6 years ago

Added

Can now lint sub-modules Sass (for local development) by using the --lintModules flag.

Changed

  • Dependency on gulp-gh-pages removed in favour of our own forked version (as the maintainer had moved it to Gulp 4, which hasn't been released).
  • Tests updated in line with config changes to CSS lintPaths

Removed

  • Gemnasium removed from README
gulp-build-fozzie - v7.22.0

Published by ashleynolan about 6 years ago

Changed

  • Lots of BAU package updates as well as for f-template-loader to allow importing inline SVGs.
gulp-build-fozzie - v7.21.0

Published by ashleynolan over 6 years ago

Changed

  • Package versions updated (including gulp-gh-pages after contacting package owner).
  • Updated to v2 of eslint-config-fozzie
  • Quoted glob pattern in scripts lint config, as was picking up package names such as asn1.js incorrectly for linting.

Fixed

  • New eslint config updates reflected in --fix of task js files
gulp-build-fozzie - v7.20.1

Published by ashleynolan over 6 years ago

Fixed

  • Added resolutions value for gift, as gulp-gh-pages was using an old version of this package which was stopping the docs:deploy task from running.
gulp-build-fozzie - v7.20.0

Published by ashleynolan over 6 years ago

Added

  • Adding copy:docs task for copying docs sites specific files (such as CNAME records)
Package Rankings
Top 6.11% on Npmjs.org
Badges
Extracted from project README
npm version CircleCI build status Coverage Status