File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/CMSScripts/RequireJS/config.js
cmsrequire.config({
baseUrl: '{%AppPath%}/CMSPages/GetResource.ashx?v=2&scriptmodule=',
paths: {
'jQuery': '{%AppPath%}/CMSScripts/jQuery/jquery-core',
'jQueryUI': '{%AppPath%}/CMSScripts/Vendor/jQueryUI/jquery-ui-1.10.4.min',
'Underscore': '{%AppPath%}/CMSScripts/Underscore/underscore.min',
'jQueryJScrollPane': '{%AppPath%}/CMSScripts/jquery-jscrollpane',
'jQueryFancySelector': '{%AppPath%}/CMSScripts/jquery/jquery-fancyselect',
'angular': '{%AppPath%}/CMSScripts/Vendor/Angular/angular',
'angular-resource': '{%AppPath%}/CMSScripts/Vendor/Angular/angular-resource.min',
'angular-route': '{%AppPath%}/CMSScripts/Vendor/Angular/angular-route.min',
'angular-animate': '{%AppPath%}/CMSScripts/Vendor/Angular/angular-animate',
'angularSortable': '{%AppPath%}/CMSScripts/Vendor/Angular/angular-sortable',
'lodash': '{%AppPath%}/CMSScripts/Vendor/LoDash/lodash',
'csv-parser': '{%AppPath%}/CMSScripts/Vendor/CSV-JS/csv',
},
shim: {
'jQuery': { exports: '$cmsj' },
'jQueryUI': { deps: ['jQuery'] },
'Underscore': { exports: '_' },
'jQueryJScrollPane': { deps: ['jQuery'] },
'jQueryFancySelector': { deps: ['jQuery'] },
'angular': { exports: 'angular' },
'angular-resource': { deps: ['angular'] },
'angular-route': { deps: ['angular'] },
'angular-animate': { deps: ['angular'] },
'lodash': { exports: '_' },
'angularSortable': { deps: ['jQuery', 'jQueryUI', 'angular'] },
'csv-parser': { exports: 'CSV' },
},
priority: [
'jQuery',
'jQueryUI',
'angular',
'angular-route',
'angular-animate',
'angularSortable'
]
});