From d67a32e951c6116adc3ad14d31f26a6459333648 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 29 Dec 2016 09:44:31 -0200 Subject: Use only dist folder for serving application --- web-ui/webpack.production.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/webpack.production.config.js') 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/*' }, -- cgit v1.2.3