From 16ce2be7e2a7496cedfe74bf27c72878941072cf Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 2 Feb 2017 18:12:09 -0200 Subject: [#922] Creates container in backup account page with @tayanefernandes --- web-ui/config/copy-webpack.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/config') diff --git a/web-ui/config/copy-webpack.js b/web-ui/config/copy-webpack.js index 1d2d11c1..a2567be6 100644 --- a/web-ui/config/copy-webpack.js +++ b/web-ui/config/copy-webpack.js @@ -8,6 +8,7 @@ module.exports = new CopyWebpackPlugin([ { context: 'app/', from: 'css/*' }, { context: 'app/', from: 'fonts/*' }, { context: 'app/', from: 'locales/**/*' }, + { context: 'app/', from: 'images/**/*' }, { context: 'app/', from: 'bower_components/font-awesome/fonts/*' }, { context: 'app/', -- cgit v1.2.3