summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2016-12-29 09:44:31 -0200
committerAnike Arni <aarni@thoughtworks.com>2016-12-29 09:44:31 -0200
commitd67a32e951c6116adc3ad14d31f26a6459333648 (patch)
tree8d07e8988196d482c16514809d3be4311e8c82ed /web-ui/webpack.production.config.js
parent86e464682533e6d21f7f5c69dc091532df4c6dbc (diff)
Use only dist folder for serving application
Diffstat (limited to 'web-ui/webpack.production.config.js')
-rw-r--r--web-ui/webpack.production.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/webpack.production.config.js b/web-ui/webpack.production.config.js
index b8531080..79884ad7 100644
--- a/web-ui/webpack.production.config.js
+++ b/web-ui/webpack.production.config.js
@@ -53,6 +53,7 @@ module.exports = {
new CopyWebpackPlugin([
{ context: 'app/', from: '404.html' },
{ context: 'app/', from: 'index.html' },
+ { context: 'app/', from: 'css/*' },
{ context: 'app/', from: 'fonts/*' },
{ context: 'app/', from: 'locales/**/*' },
{ context: 'app/', from: 'bower_components/font-awesome/fonts/*' },