Releases: justeat/gulp-build-fozzie
Releases · justeat/gulp-build-fozzie
v10.6.0
v10.2.1
v10.2.1
May 6, 2020
Fixed
watch
tasks so they work with Gulp v4.
v10.2.0
v10.2.0
May 5, 2020
Changed
- Adapted the
default
task so that it works with Gulp v4.
v10.1.0
Changed
- Turns out there were more changes needed for Gulp v4 😆
Specifically, regardingrunSequence
(which no longer works in Gulp v4). Have converted these tasks to usegulp.series
andgulp.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).
v10.0.0
Changed
- Upgrade
gulp
to v4 (so that it's now compatible with Node v12)
v8.4.0
Fixed
- Adjusted
copy:assets
task so that it copies the assets over to the relevant docs folder when running in docs mode.
v8.3.0
Fixed
- Downgrading
event-stream
due to security vulnerability
Changed
- Updating package dependencies
v8.2.1
Changed
- Updating README with Babel 7 FAQ info
v8.2.0
Changed
- Babel 7 config is now added into the
gulp-build-fozzie
module directly, rther than managing in each separate projectpackage.json
. Resolutions for babel 7 bridge and Espree (Eslint fix) also added.
v8.1.1
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.