[PE] debug deployment for reporter mode

This commit is contained in:
Maxim Kadushkin 2017-08-15 14:48:58 +03:00
parent 88588a8fba
commit 2db70932f2

View file

@ -45,8 +45,8 @@ require.config({
// scripts that do not call define() to register a module // scripts that do not call define() to register a module
baseUrl: '../../', baseUrl: '../../',
paths: { paths: {
jquery : '../vendor/jquery/jquery', jquery : '../vendor/jquery/jquery.min',
underscore : '../vendor/underscore/underscore', underscore : '../vendor/underscore/underscore-min',
xregexp : '../vendor/xregexp/xregexp-all-min', xregexp : '../vendor/xregexp/xregexp-all-min',
sockjs : '../vendor/sockjs/sockjs.min', sockjs : '../vendor/sockjs/sockjs.min',
allfonts : '../../sdkjs/common/AllFonts', allfonts : '../../sdkjs/common/AllFonts',