Use webpack to deliver jstree (and use newest version)

Also delete bootstrap files now served via webpack
This commit is contained in:
Sebastian Serth
2018-10-08 11:31:53 +02:00
parent 90defa8f89
commit 53e7739e05
14 changed files with 23 additions and 35 deletions

View File

@ -11,6 +11,8 @@
import 'jquery'
import 'bootstrap/dist/js/bootstrap.bundle.min';
import 'chosen-js/chosen.jquery';
import 'jstree';
// CSS
import 'chosen-js/chosen.css';
import 'jstree/dist/themes/default/style.min.css';