Skip to content

Commit 33e531c

Browse files
committed
Rename task
1 parent c01645d commit 33e531c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function createStack () {
118118
.pipe(dest(`${PATH_TO_DIST}images/icons`));
119119
}
120120

121-
export function copyAssets () {
121+
export function copyStatic () {
122122
return src(PATHS_TO_STATIC, { base: PATH_TO_SOURCE })
123123
.pipe(dest(PATH_TO_DIST));
124124
}
@@ -193,7 +193,7 @@ export function buildProd (done) {
193193
processStyles,
194194
processScripts,
195195
createStack,
196-
copyAssets,
196+
copyStatic,
197197
),
198198
)(done);
199199
}

0 commit comments

Comments
 (0)