bundleManifest.debug.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /**
  2. * IBM Confidential OCO Source Materials IBM Business Platform: Glass Foundation
  3. * (C) Copyright IBM Corp. 2017
  4. *
  5. * The source code for this program is not published or otherwise divested of
  6. * its trade secrets, irrespective of what has been deposited with the U.S.
  7. * Copyright Office
  8. */
  9. requirejs.config({
  10. map: {
  11. '*': {
  12. 'ba_portal/lib/@waca/baglass/js/baglass': 'baglass',
  13. 'ba_portal/lib/@waca/core-client': 'baglass/core-client'
  14. }
  15. },
  16. bundles: {
  17. 'js/ca_portal/bundle.debug': [
  18. 'ba_portal/nls/BaPortalResources',
  19. 'ba_portal/nls/root/BaPortalResources',
  20. 'ba_portal/nls/StringResources',
  21. 'text!ba_portal/api/templates/genericIframe.html',
  22. 'text!ba_portal/api/templates/error.html',
  23. 'ba_portal/api/IFrameView',
  24. 'ba_portal/common/controllers/HomeActionController',
  25. 'ba_portal/common/controllers/AccountSettingsMenuController',
  26. 'ba_portal/icons/ba-icon-bundle',
  27. 'ba_portal/icons/CommonIconService',
  28. 'ca_portal/common/controllers/CognosLogoController',
  29. 'ca_portal/common/controllers/MyMenuController',
  30. 'ca_portal/common/controllers/all',
  31. 'ca_portal/nls/CaPortalResources',
  32. 'ca_portal/nls/root/CaPortalResources',
  33. 'ca_portal/nls/StringResources',
  34. 'ca_portal/common/actions/OpenMyPreferencesAction',
  35. 'ca_portal/common/actions/all',
  36. 'ca_portal/common/services/NPSService',
  37. 'ca_portal/common/services/all',
  38. 'ca_portal/features/legacyApps/list_columns/LegacyAppsIcon',
  39. 'ca_portal/features/legacyApps/list_columns/LegacyAppsText',
  40. 'require-css!css/ca_portal/legacy',
  41. 'ca_portal/features/legacyApps/LegacyPane',
  42. 'ca_portal/features/legacyApps/MenuItemController',
  43. 'ca_portal/features/legacyApps/all',
  44. 'ca_portal/features/mypreferences/LoggingConfigSlideout',
  45. 'ca_portal/common/Constants',
  46. 'ca_portal/features/mypreferences/MyPreferences',
  47. 'ca_portal/features/mypreferences/Tab',
  48. 'ca_portal/features/mypreferences/all'
  49. ]
  50. }
  51. });