Skip to content

Commit ff6bce8

Browse files
committed
Used path var
1 parent 488b773 commit ff6bce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/grunt/imagemin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
files: [
55
{
66
expand: true,
7-
cwd: 'images/src/',
7+
cwd: '<%= paths.imagesSrc %>',
88
src: [
99
'*',
1010
'**/*'

0 commit comments

Comments
 (0)