File: /var/www/vhosts/miroglu.net/httpdocs/wp-content/themes/the-landscaper/assets/js/bootstrap.js
// Require JS Configurations
require.config({
paths: {
jquery: 'assets/js/return.jquery',
underscore: 'assets/js/return.underscore',
bootstrapAffix: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/affix',
bootstrapAlert: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/alert',
bootstrapButton: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/button',
bootstrapCarousel: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/carousel',
bootstrapCollapse: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/collapse',
bootstrapDropdown: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/dropdown',
bootstrapModal: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/modal',
bootstrapPopover: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/popover',
bootstrapScrollspy: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/scrollspy',
bootstrapTab: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/tab',
bootstrapTooltip: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/tooltip',
bootstrapTransition: 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/transition'
},
shim: {
bootstrapAffix: {
deps: ['jquery']
},
bootstrapAlert: {
deps: ['jquery']
},
bootstrapButton: {
deps: ['jquery']
},
bootstrapCarousel: {
deps: ['jquery']
},
bootstrapCollapse: {
deps: ['jquery','bootstrapTransition']
},
bootstrapDropdown: {
deps: ['jquery']
},
bootstrapPopover: {
deps: ['jquery']
},
bootstrapScrollspy: {
deps: ['jquery']
},
bootstrapTab: {
deps: ['jquery']
},
bootstrapTooltip: {
deps: ['jquery']
},
bootstrapTransition: {
deps: ['jquery']
},
jqueryVimeoEmbed: {
deps: ['jquery']
}
}
});
require([
'bootstrapCarousel',
'bootstrapCollapse',
'bootstrapTooltip',
]);