config.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "amber_lib/showdown": "my/helios/bower_components/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. },
  46. "codemirror3/mode/smalltalk/smalltalk": {
  47. "deps": [
  48. "../../lib/codemirror",
  49. "../../lib/codemirror",
  50. "../../lib/codemirror",
  51. "../../lib/codemirror"
  52. ]
  53. },
  54. "codemirror3/addon/hint/show-hint": {
  55. "deps": [
  56. "../../lib/codemirror",
  57. "../../lib/codemirror",
  58. "../../lib/codemirror",
  59. "../../lib/codemirror"
  60. ]
  61. },
  62. "bootstrap2.3.2/js/bootstrap": {
  63. "deps": [
  64. "jquery",
  65. "css!bootstrap2.3.2/css/bootstrap"
  66. ]
  67. },
  68. "ensure-console": {
  69. "exports": "console"
  70. }
  71. },
  72. "rjs_comment1": "require.min should be removed",
  73. "rjs_comment2": "it's backward compatibility hack if config finds",
  74. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  75. "rjs_comment4": "the former will go away in 0.14.0"
  76. });