We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488b773 commit ff6bce8Copy full SHA for ff6bce8
1 file changed
config/grunt/imagemin.js
@@ -4,7 +4,7 @@ module.exports = {
4
files: [
5
{
6
expand: true,
7
- cwd: 'images/src/',
+ cwd: '<%= paths.imagesSrc %>',
8
src: [
9
'*',
10
'**/*'
0 commit comments