config.js 2.0 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. "helios/showdown": "bower_components/showdown/src/showdown",
  7. "requireJS": "node_modules/requirejs/require",
  8. "require-css": "bower_components/require-css",
  9. "jquery": "bower_components/jquery/jquery",
  10. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  11. "codemirror": "bower_components/codemirror",
  12. "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
  13. "mousetrap": "bower_components/mousetrap/mousetrap",
  14. "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
  15. "jquery.xontent": "bower_components/xontent/jquery.xontent",
  16. "helios": "bower_components/helios/src",
  17. "helios/resources": "bower_components/helios/resources",
  18. "helios/index": "bower_components/helios/index",
  19. "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
  20. "amber-attic": "bower_components/amber-attic/src",
  21. "amber-attic/resources": "bower_components/amber-attic/resources",
  22. "amber": "bower_components/amber/support",
  23. "amber_core": "bower_components/amber/src",
  24. "trapped": "src",
  25. "trapped-todo": "example-todo/src",
  26. "trapped-counter": "example-counter/src"
  27. },
  28. "rjs_comment1": "require.min should be removed",
  29. "rjs_comment2": "it's backward compatibility hack if config finds",
  30. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  31. "rjs_comment4": "the former will go away in 0.14.0",
  32. "map": {
  33. "*": {
  34. "css": "require-css/css"
  35. }
  36. },
  37. "shim": {
  38. "jquery-ui": {
  39. "deps": [
  40. "jquery",
  41. "jquery"
  42. ]
  43. },
  44. "codemirror/lib/codemirror": {
  45. "deps": [
  46. "css!codemirror/lib/codemirror",
  47. "css!codemirror/lib/codemirror"
  48. ]
  49. },
  50. "bootstrap2.3.2/js/bootstrap": {
  51. "deps": [
  52. "jquery",
  53. "css!bootstrap2.3.2/css/bootstrap"
  54. ]
  55. },
  56. "ensure-console": {
  57. "exports": "console"
  58. }
  59. }
  60. });