[DE] refactoring app launch

This commit is contained in:
Maxim Kadushkin 2022-11-23 17:36:05 +03:00
parent 7c2be61278
commit 03202af328

View file

@ -104,7 +104,7 @@ require.config({
sdk: { sdk: {
deps: [ deps: [
'jquery', 'jquery',
'underscore', // 'underscore',
'allfonts', 'allfonts',
'xregexp', 'xregexp',
'socketio' 'socketio'
@ -124,10 +124,10 @@ require.config({
}); });
require([ require([
'sdk',
'backbone', 'backbone',
'bootstrap', 'bootstrap',
'core', 'core',
'sdk',
// 'api', // 'api',
'analytics', 'analytics',
'gateway', 'gateway',