From 1bd13ac67152b33f974ce32402100a0f651c3091 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 5 Aug 2016 14:47:59 +0200 Subject: [PATCH] Revert "import BS sources" This reverts commit 13ce4bde672719216dd95ef974327c471e0fe90c. --- js/index.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/js/index.js b/js/index.js index 1feb89ce..b90a2c0a 100644 --- a/js/index.js +++ b/js/index.js @@ -11,17 +11,7 @@ import 'babel-polyfill' // Bootstrap components -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' +import 'bootstrap/dist/js/bootstrap' // invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452 import './checkbox'