Skip to content

Commit

Permalink
Merge branch 'master' into a11y-updates-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Aug 19, 2024
2 parents 25c6880 + 80acac9 commit 52143cf
Show file tree
Hide file tree
Showing 74 changed files with 2,734 additions and 5,646 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"plugins": ["./node_modules/prettier-plugin-twig-melody"]
"plugins": ["./node_modules/prettier-plugin-twig-melody/src/index.js"]
}
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import dotenv from 'dotenv';
import svgSprite from 'gulp-svg-sprite';
import gulpSvgo from 'gulp-svgo';
import dom from 'gulp-dom';
import gulpStylelint from 'gulp-stylelint';
import gulpStylelint from '@ronilaukkarinen/gulp-stylelint';
import webpack from 'webpack-stream';
import config from './webpack.config.js';

Expand Down Expand Up @@ -236,7 +236,7 @@ const html = () =>

const images = () =>
gulp
.src(paths.images.src)
.src(paths.images.src, { encoding: false })
.pipe(
imagemin([
mozjpeg({ progressive: true }),
Expand Down
Loading

0 comments on commit 52143cf

Please sign in to comment.