16 lines
551 B
JavaScript
16 lines
551 B
JavaScript
|
import '../scss/app.scss';
|
||
|
|
||
|
// loads the Bootstrap jQuery plugins
|
||
|
import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
|
||
|
import 'bootstrap-sass/assets/javascripts/bootstrap/alert.js';
|
||
|
import 'bootstrap-sass/assets/javascripts/bootstrap/collapse.js';
|
||
|
import 'bootstrap-sass/assets/javascripts/bootstrap/dropdown.js';
|
||
|
import 'bootstrap-sass/assets/javascripts/bootstrap/modal.js';
|
||
|
import 'jquery'
|
||
|
|
||
|
// loads the code syntax highlighting library
|
||
|
import './highlight.js';
|
||
|
|
||
|
// Creates links to the Symfony documentation
|
||
|
import './doclinks.js';
|