We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3a94 commit 364c6b0Copy full SHA for 364c6b0
assets/js/app.js
@@ -1,8 +1,9 @@
1
// loads the Bootstrap jQuery plugins
2
+import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
3
+import 'bootstrap-sass/assets/javascripts/bootstrap/alerts.js';
4
import 'bootstrap-sass/assets/javascripts/bootstrap/collapse.js';
5
import 'bootstrap-sass/assets/javascripts/bootstrap/dropdown.js';
6
import 'bootstrap-sass/assets/javascripts/bootstrap/modal.js';
-import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
7
8
// loads the code syntax highlighting library
9
import './highlight.js';
0 commit comments