config.js 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "amber_lib/codemirror": "bower_components/codemirror",
  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/set": "my/helios/set",
  21. "helios/resources": "my/helios/resources",
  22. "helios/index": "my/helios/index",
  23. "amber_cli": "external/amber-cli/src"
  24. },
  25. "map": {
  26. "*": {
  27. "css": "require-css/css"
  28. }
  29. },
  30. "shim": {
  31. "jquery-ui": {
  32. "deps": [
  33. "jquery",
  34. "jquery",
  35. "jquery"
  36. ]
  37. },
  38. "amber_lib/codemirror/lib/codemirror": {
  39. "deps": [
  40. "css!amber_lib/codemirror/lib/codemirror",
  41. "css!amber_lib/codemirror/lib/codemirror"
  42. ]
  43. },
  44. "amber_lib/codemirror/mode/smalltalk/smalltalk": {
  45. "deps": [
  46. "../../lib/codemirror",
  47. "../../lib/codemirror"
  48. ]
  49. },
  50. "amber_lib/codemirror/addon/hint/show-hint": {
  51. "deps": [
  52. "../../lib/codemirror",
  53. "../../lib/codemirror"
  54. ]
  55. },
  56. "bootstrap2.3.2/js/bootstrap": {
  57. "deps": [
  58. "jquery",
  59. "css!bootstrap2.3.2/css/bootstrap"
  60. ]
  61. },
  62. "ensure-console": {
  63. "exports": "console"
  64. }
  65. },
  66. "rjs_comment1": "require.min should be removed",
  67. "rjs_comment2": "it's backward compatibility hack if config finds",
  68. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  69. "rjs_comment4": "the former will go away in 0.14.0"
  70. });