HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/CMS/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'
    ]
});