From 1d855c6969dc36b5b0e43b15478faa4c1be5356c Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 5 Aug 2016 15:09:04 +0200 Subject: [PATCH] Revert "Revert "import BS sources"" This reverts commit 1bd13ac67152b33f974ce32402100a0f651c3091. --- js/index.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index b90a2c0a..1feb89ce 100644 --- a/js/index.js +++ b/js/index.js @@ -11,7 +11,17 @@ import 'babel-polyfill' // Bootstrap components -import 'bootstrap/dist/js/bootstrap' +import 'bootstrap/js/src/alert' +import 'bootstrap/js/src/button' +import 'bootstrap/js/src/carousel' +import 'bootstrap/js/src/collapse' +import 'bootstrap/js/src/dropdown' +import 'bootstrap/js/src/modal' +import 'bootstrap/js/src/popover' +import 'bootstrap/js/src/scrollspy' +import 'bootstrap/js/src/tab' +import 'bootstrap/js/src/tooltip' +import 'bootstrap/js/src/util' // invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452 import './checkbox'