config.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.min",
  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. "bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
  13. "amber": "support",
  14. "amber_vm": "support/deprecated-vm-files",
  15. "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
  16. "amber_css": "support/resources",
  17. "amber_core": "src",
  18. "helios": "my/helios/src",
  19. "helios/set": "my/helios/set",
  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. ]
  36. },
  37. "amber_lib/codemirror/lib/codemirror": {
  38. "deps": [
  39. "css!amber_lib/codemirror/lib/codemirror",
  40. "css!amber_lib/codemirror/lib/codemirror"
  41. ]
  42. },
  43. "amber_lib/codemirror/mode/smalltalk/smalltalk": {
  44. "deps": [
  45. "../../lib/codemirror",
  46. "../../lib/codemirror"
  47. ]
  48. },
  49. "amber_lib/codemirror/addon/hint/show-hint": {
  50. "deps": [
  51. "../../lib/codemirror",
  52. "../../lib/codemirror"
  53. ]
  54. },
  55. "bootstrap2.3.2/js/bootstrap": {
  56. "deps": [
  57. "jquery",
  58. "css!bootstrap2.3.2/css/bootstrap"
  59. ]
  60. },
  61. "ensure-console": {
  62. "exports": "console"
  63. }
  64. }
  65. });