From 7c847f5abd4a516236a74862eb7ec222087900be Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 29 Dec 2016 10:26:06 -0200 Subject: Makes sure builds include all necessary files --- web-ui/webpack.production.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 79884ad7..77ff1fb9 100644 --- a/web-ui/webpack.production.config.js +++ b/web-ui/webpack.production.config.js @@ -115,12 +115,12 @@ module.exports = { { context: 'app/', from: 'bower_components/foundation/js/foundation/foundation.reveal.js', - to: 'bower_components/foundation/js' + to: 'bower_components/foundation/js/foundation' }, { context: 'app/', from: 'bower_components/foundation/js/foundation/foundation.offcanvas.js', - to: 'bower_components/foundation/js' + to: 'bower_components/foundation/js/foundation' }, { context: 'app/', -- cgit v1.2.3