config.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* DO NOT EDIT! This file is generated. */
  2. var require;
  3. if (!require) require = {config: function (x) {require = x;}};
  4. require.config({
  5. "paths": {
  6. "require-css": "bower_components/require-css",
  7. "jquery": "bower_components/jquery/jquery",
  8. "jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
  9. "amber_lib/es5-shim": "bower_components/es5-shim",
  10. "codemirror3": "bower_components/codemirror3",
  11. "helios/showdown": "my/helios/bower_components/showdown/src/showdown",
  12. "requireJS": "node_modules/requirejs/require",
  13. "bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
  14. "amber": "support",
  15. "amber_vm": "support/deprecated-vm-files",
  16. "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
  17. "amber_css": "support/resources",
  18. "amber_core": "src",
  19. "helios": "my/helios/src",
  20. "helios/resources": "my/helios/resources",
  21. "helios/index": "my/helios/index",
  22. "amber_cli": "external/amber-cli/src"
  23. },
  24. "map": {
  25. "*": {
  26. "css": "require-css/css"
  27. }
  28. },
  29. "shim": {
  30. "jquery-ui": {
  31. "deps": [
  32. "jquery",
  33. "jquery",
  34. "jquery",
  35. "jquery"
  36. ]
  37. },
  38. "codemirror3/lib/codemirror": {
  39. "deps": [
  40. "css!codemirror3/lib/codemirror",
  41. "css!codemirror3/lib/codemirror",
  42. "css!codemirror3/lib/codemirror",
  43. "css!codemirror3/lib/codemirror"
  44. ],
  45. "exports": "CodeMirror"
  46. },
  47. "codemirror3/mode/smalltalk/smalltalk": {
  48. "deps": [
  49. "../../lib/codemirror",
  50. "../../lib/codemirror",
  51. "../../lib/codemirror",
  52. "../../lib/codemirror"
  53. ]
  54. },
  55. "codemirror3/addon/hint/show-hint": {
  56. "deps": [
  57. "../../lib/codemirror",
  58. "../../lib/codemirror",
  59. "../../lib/codemirror",
  60. "../../lib/codemirror"
  61. ]
  62. },
  63. "bootstrap2.3.2/js/bootstrap": {
  64. "deps": [
  65. "jquery",
  66. "css!bootstrap2.3.2/css/bootstrap"
  67. ]
  68. },
  69. "ensure-console": {
  70. "exports": "console"
  71. }
  72. },
  73. "rjs_comment1": "require.min should be removed",
  74. "rjs_comment2": "it's backward compatibility hack if config finds",
  75. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  76. "rjs_comment4": "the former will go away in 0.14.0"
  77. });