config.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "amber_lib/showdown": "my/helios/bower_components/showdown",
  7. "requireJS": "node_modules/requirejs/require",
  8. "jquery": "bower_components/jquery/jquery.min",
  9. "jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
  10. "bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
  11. "require-css": "bower_components/require-css",
  12. "amber_lib/es5-shim": "bower_components/es5-shim",
  13. "amber_lib/codemirror": "bower_components/codemirror",
  14. "helios": "my/helios/src",
  15. "helios/set": "my/helios/set",
  16. "helios/resources": "my/helios/resources",
  17. "helios/index": "my/helios/index",
  18. "amber_cli": "external/amber-cli/src",
  19. "amber": "support",
  20. "amber_vm": "support/deprecated-vm-files",
  21. "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
  22. "amber_css": "support/resources",
  23. "amber_core": "src"
  24. },
  25. "shim": {
  26. "jquery-ui": {
  27. "deps": [
  28. "jquery",
  29. "jquery"
  30. ]
  31. },
  32. "bootstrap2.3.2/js/bootstrap": {
  33. "deps": [
  34. "jquery",
  35. "css!bootstrap2.3.2/css/bootstrap"
  36. ]
  37. },
  38. "amber_lib/codemirror/lib/codemirror": {
  39. "deps": [
  40. "css!amber_lib/codemirror/lib/codemirror"
  41. ]
  42. },
  43. "amber_lib/codemirror/mode/smalltalk/smalltalk": {
  44. "deps": [
  45. "../../lib/codemirror"
  46. ]
  47. },
  48. "amber_lib/codemirror/addon/hint/show-hint": {
  49. "deps": [
  50. "../../lib/codemirror"
  51. ]
  52. },
  53. "ensure-console": {
  54. "exports": "console"
  55. }
  56. },
  57. "map": {
  58. "*": {
  59. "css": "require-css/css"
  60. }
  61. }
  62. });