Releases: justeat/gulp-build-fozzie
Releases · justeat/gulp-build-fozzie
v5.5.0
Added
- Added
config.importedAssets.verbose
option. - Added unit tests for
config.importedAssets.verbose
option.
Changed
copy:assets
task uses thef-copy-assets
module rather thannpm-assets
- The Readme
config.importedAssets
section was updated.
v5.4.0
Changed
copy:assets
task copies toconfig.assetDistDir
instead of thepathBuilder.importedAssetsDistDir
.css:bundle
task loads theconfig.DistDir
into postcss rather thanimportedAssetsDistDir
- The Readme
copy:assets
andconfig.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
Changed
- License update
v5.3.0
Added
- Added the
scripts:test:coverage
task.
v5.2.0
Added
- Added
docs:deploy
anddocs:release
tasks. - Added documentation for the new
docs
tasks.
Removed
- Removed
debug
from assemble task. - Removed
copy:fonts
task fromdocs
as it's called later in thedefault
task.
Changed
- Renamed the
Options
section toConfig
in the README.
v5.1.0
Added
- Added
browser-sync
task along with config settings and tests. - Added
docsAssetsDistDir
path topathBuilder
.
v5.0.0
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
Changed
test:cover
task simplified.docs
task now copies fonts correctly.default
task refactored — now using the spread operator to conditionally add theservice-worker
task torunSequence
.
v4.4.0
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
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 theimportedAssetsDistDir
into postcss, so that Fozzie modules can access assets copied there.