Skip to content

Commit

Permalink
Bump gulp from 4.0.2 to 5.0.0 (#296)
Browse files Browse the repository at this point in the history
* Bump gulp from 4.0.2 to 5.0.0

Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v4.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: gulp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix images being corrupted by turning of encoding

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frankie Roberto <[email protected]>
  • Loading branch information
dependabot[bot] and frankieroberto authored Sep 24, 2024
1 parent 8be0077 commit 9df15c4
Show file tree
Hide file tree
Showing 3 changed files with 2,671 additions and 2,162 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function compileAssets() {
'docs/assets/**/**/*.*',
'!**/assets/**/**/*.js', // Don't copy JS files
'!**/assets/**/**/*.scss', // Don't copy SCSS files
])
], { encoding: false })
.pipe(gulp.dest('public'));
}

Expand Down
Loading

0 comments on commit 9df15c4

Please sign in to comment.