Skip to content

Commit 86213b2

Browse files
authored
Merge pull request #99 from dzhemal-maraneli/master
2 parents fc04e93 + a0ad1ec commit 86213b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function createStack () {
125125
}
126126

127127
export function copyStatic () {
128-
return src(PATHS_TO_STATIC, { base: PATH_TO_SOURCE })
128+
return src(PATHS_TO_STATIC, { base: PATH_TO_SOURCE, encoding: false })
129129
.pipe(dest(PATH_TO_DIST));
130130
}
131131

0 commit comments

Comments
 (0)