From 8e2b03cfd6d389df454d4baed68837c84e64ae66 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sat, 8 Oct 2016 23:04:19 +0800 Subject: Config bootstrap with webpack --- public/js/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public/js/index.js') diff --git a/public/js/index.js b/public/js/index.js index d84d0a8d..08f64d46 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -13,6 +13,7 @@ require('../vendor/showup/showup'); /* bootstrap */ require('bootstrap'); +require('bootstrap/dist/css/bootstrap.css'); /* code mirror plugins */ require('codemirror/keymap/vim'); -- cgit v1.2.3