Skip to content

Commit 7dc3b0e

Browse files
author
Milan Ricoul
authored
Merge pull request #90 from BeAPI/refactor/images-folders
build : replace useless bg-sample folder with static folder
2 parents 5a284ea + 7942f8d commit 7dc3b0e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-119 KB
Binary file not shown.
-30.3 KB
Binary file not shown.
File renamed without changes.

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ const webpackConfig = {
155155
to: 'fonts/',
156156
},
157157
{
158-
from: 'src/img/bg-sample/',
159-
to: 'img/bg-sample/',
158+
from: 'src/img/static/',
159+
to: 'img/static/',
160160
},
161161
{
162162
from: 'src/img/sample/',

0 commit comments

Comments
 (0)