config.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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",
  9. "amber_lib/es5-shim": "bower_components/es5-shim",
  10. "codemirror": "bower_components/codemirror",
  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. "codemirror/lib/codemirror": {
  39. "deps": [
  40. "css!codemirror/lib/codemirror",
  41. "css!codemirror/lib/codemirror",
  42. "css!codemirror/lib/codemirror",
  43. "css!codemirror/lib/codemirror"
  44. ]
  45. },
  46. "bootstrap2.3.2/js/bootstrap": {
  47. "deps": [
  48. "jquery",
  49. "css!bootstrap2.3.2/css/bootstrap"
  50. ]
  51. },
  52. "ensure-console": {
  53. "exports": "console"
  54. }
  55. },
  56. "rjs_comment1": "require.min should be removed",
  57. "rjs_comment2": "it's backward compatibility hack if config finds",
  58. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  59. "rjs_comment4": "the former will go away in 0.14.0"
  60. });