2025-11-02 14:35:35 +03:00

19 lines
504 B
JavaScript

require.config({
paths: {
'domReady': '../components/requirejs-domready/domReady',
'jquery': '../components/jquery/dist/jquery.min',
'rangy': '../components/rangy-1.3/rangy-core',
'bootstrap': '../components/bootstrap/dist/js/bootstrap.min',
'bootstrap.wysihtml5': '../dist/amd/bootstrap3-wysihtml5.all',
'bootstrap.wysihtml5.de-DE': '../dist/locales/bootstrap-wysihtml5.de-DE'
},
shim: {
'bootstrap': {
deps: ['jquery']
}
},
deps: [
'./start'
]
});