mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
Config bootstrap with webpack
This commit is contained in:
parent
2b678c1f12
commit
8e2b03cfd6
4 changed files with 75 additions and 62 deletions
|
@ -378,5 +378,5 @@ function parseToHistory(list, notehistory, callback) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
writeHistory: writeHistory
|
||||
writeHistory: writeHistory
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ require('../vendor/showup/showup');
|
|||
|
||||
/* bootstrap */
|
||||
require('bootstrap');
|
||||
require('bootstrap/dist/css/bootstrap.css');
|
||||
|
||||
/* code mirror plugins */
|
||||
require('codemirror/keymap/vim');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue