Releases: justeat/gulp-build-fozzie
Releases · justeat/gulp-build-fozzie
v7.19.0
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
Changed
- Register shared templates as partials rather than helpers.
v7.17.0
Changed
- Updated
f-templates-loader
module.
v7.16.0
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
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
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
Changed
- Default gulp tasks so that the logger file is created when gulp is run.
- Updated the pathBuilder
jsErrorLoggerDir
property toassetDistDir
so it outputs in the correct directory. - Updated
pathBuilder
unit tests.
v7.12.0
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
togitignore
- Updated
config.logger.dir
to bejs
- Updated
config.logger.subDir
to beshared
- Updated
readme
docs
Remove
- Removed
jsErrorLoggerDir
frompathBuilder.js
v7.11.0
Changed
- Javascript task to handle versioning if
usePackageVersion
is set totrue
.
v7.10.0
Changed
- Changed
imagemin
config to maintain svgviewBox
.