Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function deleteComponentSymlinks () {
}

function deleteComponentImageSymlinks () {
return del(['components/modules/ROOT/assets/images/*'])
return del(['components/modules/ROOT/images/*'])
}

function createComponentSymlinks () {
Expand Down Expand Up @@ -180,7 +180,7 @@ function createComponentImageSymlinks () {
// }));
// uncomment above .pipe() and remove the .pipe() below
// when antora#188 is resolved
.pipe(dest('components/modules/ROOT/assets/images/'))
.pipe(dest('components/modules/ROOT/images/'))
)
}

Expand Down