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. "jquery": "bower_components/jquery/jquery",
  9. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  10. "codemirror": "bower_components/codemirror",
  11. "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
  12. "mousetrap": "bower_components/mousetrap/mousetrap",
  13. "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
  14. "require-css": "bower_components/require-css",
  15. "amber_lib/es5-shim": "bower_components/es5-shim",
  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": "bower_components/amber/support",
  21. "amber_css": "bower_components/amber/support/resources",
  22. "amber_core": "bower_components/amber/src",
  23. "amber-trysmalltalk": "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. "shim": {
  30. "jquery-ui": {
  31. "deps": [
  32. "jquery",
  33. "jquery"
  34. ]
  35. },
  36. "codemirror/lib/codemirror": {
  37. "deps": [
  38. "css!codemirror/lib/codemirror",
  39. "css!codemirror/lib/codemirror"
  40. ]
  41. },
  42. "bootstrap2.3.2/js/bootstrap": {
  43. "deps": [
  44. "jquery",
  45. "css!bootstrap2.3.2/css/bootstrap"
  46. ]
  47. },
  48. "ensure-console": {
  49. "exports": "console"
  50. }
  51. },
  52. "map": {
  53. "*": {
  54. "css": "require-css/css"
  55. }
  56. }
  57. });