[PE] debug deployment for reporter mode
This commit is contained in:
parent
88588a8fba
commit
2db70932f2
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue