Config bootstrap with webpack

This commit is contained in:
Yukai Huang
2016-10-08 23:04:19 +08:00
parent 2b678c1f12
commit 8e2b03cfd6
4 changed files with 75 additions and 62 deletions

View File

@@ -13,6 +13,7 @@ require('../vendor/showup/showup');
/* bootstrap */
require('bootstrap');
require('bootstrap/dist/css/bootstrap.css');
/* code mirror plugins */
require('codemirror/keymap/vim');