Skip to content

Commit

Permalink
Merge 9608703 into 394c00a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2021
2 parents 394c00a + 9608703 commit 7d0e03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"babel-loader": "8.2.2",
"bootstrap": "4.6.0",
"classnames": "2.3.1",
"copy-webpack-plugin": "6.4.1",
"copy-webpack-plugin": "8.1.1",
"css-loader": "5.2.4",
"datepicker": "git+https://github.com/liqd/datePicker.git",
"file-loader": "6.2.0",
Expand Down
9 changes: 3 additions & 6 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,15 @@ module.exports = {
new CopyWebpackPlugin({
patterns: [{
from: './euth_wagtail/assets/images/*',
to: 'images/',
flatten: true
to: 'images/[name][ext]'
},
{
from: './euth_wagtail/assets/icons/*',
to: 'icons/',
flatten: true
to: 'icons/[name][ext]'
},
{
from: './euth_wagtail/assets/category_icons/**/*',
to: 'category_icons/icons/',
flatten: true
to: 'category_icons/icons/[name][ext]'
}]
})
]
Expand Down

0 comments on commit 7d0e03f

Please sign in to comment.