config.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  7. "jquery": "bower_components/jquery/jquery",
  8. "require-css": "bower_components/require-css",
  9. "codemirror": "bower_components/codemirror",
  10. "amber_lib/es5-shim": "bower_components/es5-shim",
  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_css": "support/resources",
  16. "amber_core": "src",
  17. "helios": "my/helios/src",
  18. "helios/resources": "my/helios/resources",
  19. "helios/index": "my/helios/index",
  20. "amber_cli": "external/amber-cli/src"
  21. },
  22. "shim": {
  23. "jquery-ui": {
  24. "deps": [
  25. "jquery",
  26. "jquery",
  27. "jquery",
  28. "jquery"
  29. ]
  30. },
  31. "codemirror/lib/codemirror": {
  32. "deps": [
  33. "css!codemirror/lib/codemirror",
  34. "css!codemirror/lib/codemirror",
  35. "css!codemirror/lib/codemirror",
  36. "css!codemirror/lib/codemirror"
  37. ]
  38. },
  39. "bootstrap2.3.2/js/bootstrap": {
  40. "deps": [
  41. "jquery",
  42. "css!bootstrap2.3.2/css/bootstrap"
  43. ]
  44. },
  45. "ensure-console": {
  46. "exports": "console"
  47. }
  48. },
  49. "map": {
  50. "*": {
  51. "css": "require-css/css"
  52. }
  53. },
  54. "rjs_comment1": "require.min should be removed",
  55. "rjs_comment2": "it's backward compatibility hack if config finds",
  56. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  57. "rjs_comment4": "the former will go away in 0.14.0"
  58. });