config.js 1.9 KB

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